fix: correct typo myPlaground → myPlayground in Prisma schema#153
fix: correct typo myPlaground → myPlayground in Prisma schema#153algojogacor wants to merge 1 commit into
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
👋 Thanks for opening a PR, @algojogacor!Your PR has entered the 🚦 PR Review Pipeline.
What happens next
A pipeline status comment will appear below and update automatically as your PR progresses. While you wait
This comment is posted only once. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughA typo in the Prisma schema's Schema Typo Fix
🎯 1 (Trivial) | ⏱️ ~2 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
piyushdotcomm
left a comment
There was a problem hiding this comment.
Good catch. Fix the other typo too.
| role UserRole @default(USER) | ||
|
|
||
| myPlaground Playground[] | ||
| myPlayground Playground[] |
There was a problem hiding this comment.
Fix staredPlayground -> starredPlayground on the next line while you're here.
Summary
Fix typo in Prisma schema:
myPlaground→myPlaygroundon theUsermodel's relation field.Fixes #141
Root Cause
In
prisma/schema.prismaline 31, the relation field for a user's playgrounds has a typo:Fix
Renamed
myPlaground→myPlaygroundinprisma/schema.prisma.File changed:
prisma/schema.prisma(+1 -1)Testing
myPlaygroundis the only occurrence of the typo in the codebase ✅myPlagroundexist (verified via code search) ✅Summary by CodeRabbit