Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
forgot to add response
  • Loading branch information
hellpanderrr committed May 21, 2024
1 parent cf7b42c commit 58f9168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiktionary_pron/scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async function fetchWithCache(url) {
console.log(err);
}
}
responseWithHeaders = new Response(responseContent);
responseWithHeaders = new Response(responseContent, response);
return responseWithHeaders;
}

Expand Down

0 comments on commit 58f9168

Please sign in to comment.