ador
01/25/2022, 9:20 PMconst categories = await this.tableIds.categories.findMany()
with tableIds it works just fine, but when I try categories
:
const categories = await this.prisma.categories.findMany()
it just Cannot read properties of undefined (reading 'findMany')
both are models in schema.prisma