We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8ca6b commit 20742b6Copy full SHA for 20742b6
packages/db/src/mappers/chat/message.ts
@@ -29,6 +29,6 @@ export const toDbMessage = (message: ChatMessage, conversationId: string): DbMes
29
applied: null,
30
commitOid: null,
31
snapshots: null,
32
- content: null,
+ content: '',
33
}
34
0 commit comments