Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Fixes #87.
  • Loading branch information
stlk committed Feb 27, 2023
1 parent b4fb316 commit 73fb6bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shopify_auth/templates/shopify_auth/iframe_redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
var AppBridge = window['app-bridge'];
var createApp = AppBridge.default;
var Redirect = AppBridge.actions.Redirect;
var shopifyData = document.body.dataset;

var app = createApp({
apiKey: '{{ SHOPIFY_APP_API_KEY }}',
Expand Down

0 comments on commit 73fb6bf

Please sign in to comment.