We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa13297 commit c888fe4Copy full SHA for c888fe4
lib/contentstack.js
@@ -4,7 +4,7 @@
4
*/
5
import packages from '../package.json'
6
import clonedeep from 'lodash/cloneDeep'
7
-import getUserAgent, { getRegionEndpoint } from './core/Util.js'
+import getUserAgent from './core/Util.js'
8
import contentstackClient from './contentstackClient.js'
9
import httpClient from './core/contentstackHTTPClient.js'
10
const regionHostMap = {
0 commit comments