From 96407042917f57abadcf57026ed6d47b70739c09 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Wed, 28 Sep 2022 10:15:29 -0400 Subject: [PATCH] wip --- lib/shopify_api/auth/oauth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shopify_api/auth/oauth.rb b/lib/shopify_api/auth/oauth.rb index 18d619672..fdba6b9dc 100644 --- a/lib/shopify_api/auth/oauth.rb +++ b/lib/shopify_api/auth/oauth.rb @@ -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