mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-02 22:58:43 +08:00
chore: update style issues from feedback
This commit is contained in:
@ -8,7 +8,7 @@ const getDefaultChat = (): Chat => {
|
||||
return {
|
||||
id: generateUUID(),
|
||||
assistantId: "sql-assistant",
|
||||
title: "SQL Chat " + dayjs().format("LTS"),
|
||||
title: dayjs().format("LTS"),
|
||||
createdAt: Date.now(),
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user