File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Client as BulkClient } from "@gadget-client/bulk-actions-test";
3
3
import { Client } from "@gadget-client/related-products-example" ;
4
4
import { Client as AuthClient } from "@gadget-client/super-auth" ;
5
5
6
- export const relatedProductsApi = new Client ( ) ;
7
- export const bulkExampleApi = new BulkClient ( ) ;
8
- export const superAuthApi = new AuthClient ( ) ;
9
- export const noUserModelApi = new NoUserClient ( ) ;
6
+ export const relatedProductsApi = new Client ( { environment : "Development" } ) ;
7
+ export const bulkExampleApi = new BulkClient ( { environment : "Development" } ) ;
8
+ export const superAuthApi = new AuthClient ( { environment : "Development" } ) ;
9
+ export const noUserModelApi = new NoUserClient ( { environment : "Development" } ) ;
You can’t perform that action at this time.
0 commit comments