mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-28 21:57:23 +02:00
♻️ Move trpc client code to app (#906)
This commit is contained in:
parent
502f2a7a43
commit
5be17fd249
34 changed files with 133 additions and 124 deletions
|
@ -187,7 +187,7 @@ const authOptions = {
|
|||
},
|
||||
} satisfies NextAuthOptions;
|
||||
|
||||
export function getServerSession(
|
||||
export async function getServerSession(
|
||||
...args:
|
||||
| [GetServerSidePropsContext["req"], GetServerSidePropsContext["res"]]
|
||||
| [NextApiRequest, NextApiResponse]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue