Skip to content

Commit 006b815

Browse files
Apply suggested fix to app/schema/chat.ts from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 876b81d commit 006b815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/schema/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const chatRelations = relations(chat, ({ many, one }) => ({
4141
diff: many(diff),
4242
}));
4343

44-
export const sectionRelations = relations(chat, ({ many }) => ({
44+
export const sectionRelations = relations(section, ({ many }) => ({
4545
chat: many(chat),
4646
// diff: many(diff),
4747
}));

0 commit comments

Comments
 (0)