🎨 🧹📝 remove todos, document typing

This commit is contained in:
Timur Ercan
2023-03-01 14:58:31 +01:00
parent 035371bc0b
commit 53094dd9e4
8 changed files with 7 additions and 18 deletions

View File

@ -120,9 +120,6 @@ export async function getServerSideProps(context: any) {
context.res
);
// todo optimize querys
// todo no intersection groups
return {
props: {
document: JSON.parse(JSON.stringify({ ...document, document: "" })),