mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
bugfix
This commit is contained in:
@ -158,8 +158,8 @@ export async function getServerSideProps(context: any) {
|
||||
|
||||
const document: PrismaDocument = await getDocument(
|
||||
+documentId,
|
||||
context.res,
|
||||
context.req
|
||||
context.req,
|
||||
context.res
|
||||
);
|
||||
|
||||
// todo optimize querys
|
||||
|
||||
Reference in New Issue
Block a user