Skip to content

Commit

Permalink
fix:review change
Browse files Browse the repository at this point in the history
  • Loading branch information
MohanNarayana committed Feb 1, 2021
1 parent fdee060 commit 1093d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mutation CreateShop($input: CreateShopInput!) {
shopType
timezone
language
currency{
currency {
code
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import importAsString from "@reactioncommerce/api-utils/importAsString.js";
import Factory from "/tests/util/factory.js";
import { importPluginsJSONFile, ReactionTestAPICore } from "@reactioncommerce/api-core";
import Factory from "/tests/util/factory.js";

const CreateShopMutation = importAsString("./CreateShopMutation.graphql");

Expand Down

0 comments on commit 1093d7a

Please sign in to comment.