Skip to content

Commit

Permalink
added keepalive=false in createRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawali committed Jun 10, 2024
1 parent bd91d50 commit a5ec835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taquito-http-utils/src/taquito-http-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export class HttpBackend {

try {
const response = await fetch(urlWithQuery, {
keepalive: false,
method,
headers,
body: JSON.stringify(data),
Expand Down

0 comments on commit a5ec835

Please sign in to comment.