prisma / codemods

A Collection of Codemods for Prisma 2
https://www.prisma.io/docs/guides/upgrade-guides/upgrading-versions/codemods
34 stars 3 forks source link

Should not add Prisma to object properties #11

Open Sytten opened 3 years ago

Sytten commented 3 years ago

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))
Screen Shot 2020-11-25 at 5 09 36 PM

Expected output It should not have added Prisma there (object property name)

Sytten commented 3 years ago

I happen to have a prisma table called CheckIn FYI

williamluke4 commented 3 years ago

Could be related to #15