Skip to content

Commit 6419ce3

Browse files
committed
fix: hot fix for data migration
1 parent f78a274 commit 6419ce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/store/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const BOT_HELLO: Message = createMessage({
6363

6464
function createEmptySession(): ChatSession {
6565
return {
66-
id: Date.now(),
66+
id: Date.now() + Math.random(),
6767
topic: DEFAULT_TOPIC,
6868
memoryPrompt: "",
6969
messages: [],

0 commit comments

Comments
 (0)