Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadlyArtist committed Dec 13, 2024
1 parent 4eb89ff commit a1c911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/fetchHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function createProxy(proxyUrl, settings = null) {
};
let streamOverride = proxyRequestOptions.stream ?? stream;
if (streamOverride != null) proxyRequestBody.stream = streamOverride;
console.log(streamOverride, settings, proxyRequestOptions, proxyRequestBody);

const options = {
method: "POST",
headers: {
Expand Down

0 comments on commit a1c911d

Please sign in to comment.