Skip to content

Commit 58f9168

Browse files
committed
Small fix
forgot to add response
1 parent cf7b42c commit 58f9168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wiktionary_pron/scripts/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ async function fetchWithCache(url) {
283283
console.log(err);
284284
}
285285
}
286-
responseWithHeaders = new Response(responseContent);
286+
responseWithHeaders = new Response(responseContent, response);
287287
return responseWithHeaders;
288288
}
289289

0 commit comments

Comments
 (0)