Skip to content

Commit

Permalink
changed order of import
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSecurityDev committed Jan 8, 2022
1 parent 2d1452d commit 4d96c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verify-request.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Context, Next } from "koa";
import Shopify from "@shopify/shopify-api";
import { HttpResponseError } from "@shopify/shopify-api/dist/error";
import { Context, Next } from "koa";

import { setTopLevelOAuthCookieValue } from "./top-level-oauth-redirect";

Expand Down

0 comments on commit 4d96c11

Please sign in to comment.