79287345

Date: 2024-12-17 09:47:49
Score: 1
Natty:
Report link

You can do this instead:

await this.prisma.category.count({
  where: {
    user_id: user?.id,
  },
})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Justin Herrera