Commit 4023cf1
fix: correct Prisma relation name policies -> policy in _count
Organization model uses singular `policy` not `policies`.
Would have caused runtime Prisma validation error.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent acb8df8 commit 4023cf1
File tree
1 file changed
+2
-2
lines changed- apps/api/src/admin-organizations
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments