Skip to content

Commit

Permalink
Merge pull request #199 from contentstack/next
Browse files Browse the repository at this point in the history
DX | 31-05-2024 | Release
  • Loading branch information
cs-raj authored Jul 31, 2024
2 parents be8dd4f + 311631a commit 8b33df9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentstack",
"version": "3.20.1",
"version": "3.20.2",
"description": "Contentstack Javascript SDK",
"homepage": "https://www.contentstack.com/",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/core/lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function fetchRetry(stack, queryParams, fetchOptions, resolve, reject, retryDela
}


fetch(request.url, request.option)
fetch(encodeURI(request.url), request.option)
.then( function(response) {

if (fetchOptions.debug) fetchOptions.logHandler('info', response);
Expand Down

0 comments on commit 8b33df9

Please sign in to comment.