Skip to content

Commit c888fe4

Browse files
committed
Refactor import statement for getUserAgent in contentstack.js
1 parent fa13297 commit c888fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/contentstack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
import packages from '../package.json'
66
import clonedeep from 'lodash/cloneDeep'
7-
import getUserAgent, { getRegionEndpoint } from './core/Util.js'
7+
import getUserAgent from './core/Util.js'
88
import contentstackClient from './contentstackClient.js'
99
import httpClient from './core/contentstackHTTPClient.js'
1010
const regionHostMap = {

0 commit comments

Comments
 (0)