继续优化重构后的逻辑

This commit is contained in:
xintaofei
2026-03-10 21:32:21 +08:00
parent 516aebd7e5
commit a048a4cae2
2 changed files with 12 additions and 48 deletions

View File

@@ -70,12 +70,6 @@ async function loadAndCacheDetail(
return promise
}
export async function warmupDetailCache(
conversationId: number
): Promise<DbConversationDetail> {
return loadAndCacheDetail(conversationId)
}
export async function refreshDetailCache(
conversationId: number
): Promise<DbConversationDetail> {