Skip to content

Commit b71cfa1

Browse files
authored
Merge pull request #1236 from Portkey-AI/fix/stream-caching
fix: stream cache response mapping
2 parents 07333a1 + ab074bb commit b71cfa1

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)