We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 876b81d + 006b815 commit e458dd3Copy full SHA for e458dd3
1 file changed
app/schema/chat.ts
@@ -41,7 +41,7 @@ export const chatRelations = relations(chat, ({ many, one }) => ({
41
diff: many(diff),
42
}));
43
44
-export const sectionRelations = relations(chat, ({ many }) => ({
+export const sectionRelations = relations(section, ({ many }) => ({
45
chat: many(chat),
46
// diff: many(diff),
47
0 commit comments