Skip to content

Commit

Permalink
One missing param (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Apr 19, 2024
1 parent ff9c7a8 commit d6f5b82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/utils/product_query_configurations.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import 'package:http/http.dart';

import '../model/user.dart';
import 'abstract_query_configuration.dart';
import 'http_helper.dart';
import 'uri_helper.dart';
import '../model/user.dart';

/// Api version for product queries
class ProductQueryVersion {
Expand Down Expand Up @@ -60,6 +61,7 @@ class ProductQueryConfiguration extends AbstractQueryConfiguration {
),
user: user,
uriHelper: uriHelper,
addCookiesToHeader: true,
);
}
return await HttpHelper().doPostRequest(
Expand Down

0 comments on commit d6f5b82

Please sign in to comment.