Skip to content

Commit 65308ad

Browse files
authored
Merge branch 'main' into feature/v1-messages-route
2 parents 4500a6f + b71cfa1 commit 65308ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/handlerUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ export async function tryPost(
386386
cacheStatus: cacheResponseObject.cacheStatus,
387387
cacheKey: cacheResponseObject.cacheKey,
388388
},
389-
isResponseAlreadyMapped: true,
389+
isResponseAlreadyMapped: false,
390390
retryAttempt: 0,
391391
fetchOptions,
392392
createdAt: cacheResponseObject.createdAt,

0 commit comments

Comments
 (0)