Skip to content

Commit

Permalink
shakes fist at TS
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Mar 27, 2024
1 parent 9e87eb5 commit 3668700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/remix-server-runtime/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,8 @@ function proxyResponseToResponseStub(
}
}

// Unsure why this is complaining? It's fine in VSCode but fails with tsc...
// @ts-expect-error
for (let v of headers.getSetCookie()) {
responseStub.headers.append("Set-Cookie", v);
}
Expand Down

0 comments on commit 3668700

Please sign in to comment.