codemods
codemods copied to clipboard
Should not add Prisma to object properties
Describe the bug A couple of errors in my resolvers:
ERR packages/core-api/src/modules/CheckIn/resolvers.ts Transformation error (Unexpected token, expected "," (16:8))
Expected output It should not have added Prisma there (object property name)
I happen to have a prisma table called CheckIn FYI
Could be related to #15