📦 Update and fix prettier config (#987)

This commit is contained in:
Luke Vella 2024-01-19 14:23:07 +07:00 committed by GitHub
parent bafb922360
commit 239563eac5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
68 changed files with 181 additions and 161 deletions

View file

@ -222,7 +222,7 @@ const getAuthOptions = (...args: GetServerSessionParams) =>
return session;
},
},
} satisfies NextAuthOptions);
}) satisfies NextAuthOptions;
type GetServerSessionParams =
| [GetServerSidePropsContext["req"], GetServerSidePropsContext["res"]]