Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thisliu committed Dec 15, 2021
1 parent c7a7689 commit 962fa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Store.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function list(array $params = []): ResponseInterface
Rule::requiredIf(!$onlyId = (\data_get($params, 'only_id', false))),
],
]);

if (!$onlyId) {
$params['app_poi_codes'] = join(',', $params['app_poi_codes']);
}
Expand Down

0 comments on commit 962fa4c

Please sign in to comment.