Skip to content

Commit 033c5d3

Browse files
douiradarrachequesne
authored andcommitted
1 parent 7a74b66 commit 033c5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ interface EngineOptions {
107107
* might be used for sticky-session. Defaults to not sending any cookie.
108108
* @default false
109109
*/
110-
cookie: CookieSerializeOptions | boolean;
110+
cookie: (CookieSerializeOptions & { name: string }) | boolean;
111111
/**
112112
* the options that will be forwarded to the cors module
113113
*/

0 commit comments

Comments
 (0)