Skip to content

Commit 14b45ac

Browse files
committed
chore: comment out unused code
1 parent 5b2c8e1 commit 14b45ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dotenv.config({ quiet: true })
77
// Create constants with API keys from ENV vars
88
const enterpriseApiKey = process.env.ENTERPRISE_API_KEY
99
const setStorePluginApiKey = process.env.SETSTORE_PLUGIN_API_KEY
10-
const setStoreConnectionApiKey = process.env.SETSTORE_CONNECTION_API_KEY
10+
// const setStoreConnectionApiKey = process.env.SETSTORE_CONNECTION_API_KEY
1111

1212
// Base API required no auth so we will set the key to null
1313
const baseApi = MCSetsAPI.from(null, 'base')
@@ -16,7 +16,7 @@ const enterpriseApi = MCSetsAPI.from(enterpriseApiKey, 'enterprise')
1616

1717
// Create two set store API instances with both API keys to support both auth methods
1818
const setStorePluginApi = MCSetsAPI.from(setStorePluginApiKey, 'setstore')
19-
const setStoreConnectionApi = MCSetsAPI.from(setStoreConnectionApiKey, 'setstore')
19+
// const setStoreConnectionApi = MCSetsAPI.from(setStoreConnectionApiKey, 'setstore')
2020

2121
/**
2222
* Example API calls are made below

0 commit comments

Comments
 (0)