Skip to content

Commit e4dcdba

Browse files
[autofix.ci] apply automated fixes
1 parent 86bdf90 commit e4dcdba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/api/auth/session.delete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default eventHandlerWithOAuthSession(async (event, oAuthSession, serverSession) => {
22
// Even though the signOut also clears part of the server cache, this should be done in order
3-
// to let the OAuth package do any other clean up it may need
3+
// to let the OAuth package do any other clean up it may need
44
await oAuthSession?.signOut()
55
await serverSession.clear()
66
return 'Session cleared'

0 commit comments

Comments
 (0)