Commit d890b4b
fix(web): Remove non-existent updated_by field from org feature route
This commit resolves a type error that occurred during the build process. The error was caused by an attempt to insert and update an 'updated_by' field in the 'orgFeature' table, which does not exist in the database schema.
The fix removes the 'updated_by' field from the database queries in the organization feature route, ensuring that the build completes successfully.
Generated with Codebuff 🤖
Co-Authored-By: Codebuff <noreply@codebuff.com>1 parent 67e8a2f commit d890b4b
File tree
1 file changed
+0
-2
lines changed- web/src/app/api/admin/orgs/[orgId]/features/[feature]
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
| |||
0 commit comments