We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07333a1 commit ab074bbCopy full SHA for ab074bb
src/handlers/handlerUtils.ts
@@ -386,7 +386,7 @@ export async function tryPost(
386
cacheStatus: cacheResponseObject.cacheStatus,
387
cacheKey: cacheResponseObject.cacheKey,
388
},
389
- isResponseAlreadyMapped: true,
+ isResponseAlreadyMapped: false,
390
retryAttempt: 0,
391
fetchOptions,
392
createdAt: cacheResponseObject.createdAt,
0 commit comments