default to local if no env available

This commit is contained in:
Bel Curcio 2021-06-14 14:49:04 -03:00
parent d44acc8dde
commit d84dc0bad6

View File

@ -18,7 +18,7 @@ function getProviderName() {
? 'shopify' ? 'shopify'
: process.env.NEXT_PUBLIC_SWELL_STORE_ID : process.env.NEXT_PUBLIC_SWELL_STORE_ID
? 'swell' ? 'swell'
: null) : 'local')
) )
} }