refactor(chat): reorganize helper functions and update imports
This commit is contained in:
@@ -5,10 +5,8 @@ import { Logger } from "@/utils/logger";
|
||||
import { Result } from "@/utils/result";
|
||||
import { todayString } from "@/utils/date";
|
||||
|
||||
import {
|
||||
CHAT_HISTORY_LIMIT,
|
||||
localMessagesToUi,
|
||||
} from "./chat-machine.helpers";
|
||||
import { CHAT_HISTORY_LIMIT } from "./helper/history";
|
||||
import { localMessagesToUi } from "./helper/message-mappers";
|
||||
|
||||
const log = new Logger("StoresChatChatHistorySync");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user