Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
any
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Seccafien committed Sep 13, 2019
1 parent 7c6450b commit 030f627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-network/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function applyToContext<T extends Context>(

for (const [cookie, options] of cookies) {
const {value, ...rest} = options;
ctx.cookies.set(cookie, value, rest);
ctx.cookies.set(cookie, value, rest as any);
}

// eslint-disable-next-line no-warning-comments
Expand Down

0 comments on commit 030f627

Please sign in to comment.