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.
2 parents 4500a6f + b71cfa1 commit 65308adCopy full SHA for 65308ad
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