Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Sep 28, 2022
1 parent 43392ab commit 9640704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shopify_api/auth/oauth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
is_online: T.nilable(T::Boolean),
).returns(T::Hash[Symbol, T.any(String, SessionCookie)])
end
def begin_auth(shop:, redirect_path:, is_online: true)
def begin_auth(shop:, redirect_path:, is_online: true) #
unless Context.setup?
raise Errors::ContextNotSetupError, "ShopifyAPI::Context not setup, please call ShopifyAPI::Context.setup"
end
Expand Down

0 comments on commit 9640704

Please sign in to comment.