Skip to content

Commit c411fd3

Browse files
committed
add logs
1 parent ae277c5 commit c411fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helper-functions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ async function fetchWithMethodFallback(url, { signal, ...options } = {}) {
2222
cf: { cacheTtl: 0, cacheEverything: false },
2323
...options
2424
});
25+
console.log("COUCOU fetchWithMethodFallback response.status: " + response.status);
2526

2627
if (response.status === 405) {
2728
response = await fetch(url, {

0 commit comments

Comments
 (0)