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 07333a1 + ab074bb commit b71cfa1Copy full SHA for b71cfa1
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