Skip to content

Commit a75e118

Browse files
Fix lint
1 parent 74cffc0 commit a75e118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/contentstackHTTPClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function contentstackHttpClient (options) {
8282
let developerHubBaseUrl
8383
if (config.host && (config.host.startsWith('dev') || config.host.startsWith('stag'))) {
8484
developerHubBaseUrl = config.host
85-
.replace('api', 'developerhub-api')
85+
.replace('api', 'developerhub-api')
8686
.replace(/^dev\d+/, 'dev')
8787
.replace(/^stag\d+/, 'stag')
8888
.replace(/^http:\/\//, '')

0 commit comments

Comments
 (0)