Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: phuoc <[email protected]>
  • Loading branch information
phuocbitmark committed Dec 7, 2023
1 parent 3ac3921 commit c2b1206
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/gateway/merchandise_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ abstract class MerchandiseApi {
factory MerchandiseApi(Dio dio, {String baseUrl}) = _MerchandiseApi;

@GET('/v1/products')
Future<dynamic> getProducts(
@Query('index_id') String indexId);
Future<dynamic> getProducts(@Query('index_id') String indexId);
}

0 comments on commit c2b1206

Please sign in to comment.