Skip to content

Commit

Permalink
update passed type
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Oct 9, 2024
1 parent 007cbee commit 666839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function fastifyCookieClearCookie (reply, name, options) {
const opts = Object.assign({ path: '/' }, options, {
expires: new Date(0),
maxAge: 0,
signed: undefined
signed: false
})

return fastifyCookieSetCookie(reply, name, '', opts)
Expand Down

0 comments on commit 666839d

Please sign in to comment.