chore: update style issues from feedback

This commit is contained in:
Steven
2023-03-27 23:29:58 +08:00
parent ad56250e52
commit 9240b395e8
9 changed files with 27 additions and 21 deletions

View File

@ -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(),
};
};