Skip to content

Commit 5981386

Browse files
author
naman-contentstack
committed
removed trailing spaces
1 parent 42409ac commit 5981386

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
@@ -114,7 +114,7 @@ export default function contentstackHttpClient (options) {
114114
if (config?.delayMs > 0) {
115115
await new Promise(resolve => setTimeout(resolve, config.delayMs))
116116
}
117-
117+
118118
if (request.versioningStrategy && request.versioningStrategy === 'path') {
119119
request.baseURL = request.baseURL.replace('{api-version}', version)
120120
} else {

0 commit comments

Comments
 (0)