mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
🧹
This commit is contained in:
@ -130,9 +130,6 @@ export async function getServerSideProps(context: any) {
|
||||
const user = await getUserFromToken(context.req, context.res);
|
||||
if (!user) return;
|
||||
|
||||
// todo optimize querys
|
||||
// todo no intersection groups
|
||||
|
||||
const documents: any[] = await getDocumentsForUserFromToken(context);
|
||||
|
||||
const drafts: PrismaDocument[] = documents.filter(
|
||||
|
||||
Reference in New Issue
Block a user