Skip to content

Commit 5da5a18

Browse files
Update lib/database.types.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent ab7340a commit 5da5a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/database.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export interface ChatSession {
207207
}
208208

209209
export interface ChatMessageCache {
210-
id: string;
210+
id: string
211211
session_id: string
212212
message_id: string
213213
role: 'user' | 'assistant' | 'system'

0 commit comments

Comments
 (0)