minor fix

This commit is contained in:
daniel31x13
2024-11-08 18:03:00 -05:00
parent 7ca574b76f
commit c85c3bb0d7
2 changed files with 2 additions and 14 deletions
-5
View File
@@ -62,11 +62,6 @@ export default async function getTags({
},
},
},
include: {
_count: {
select: { links: true },
},
},
});
return { response: tags, status: 200 };