This commit is contained in:
Luna
2026-03-01 16:25:02 +01:00
parent ccfd3c0854
commit f9bd2f1ee0
3 changed files with 2 additions and 10 deletions

View File

@@ -397,7 +397,6 @@ export async function findSimilar(userId, query) {
return retrieveRelevantMemories(db, userId, query);
}
// Daily thought storage
export async function getDailyThoughtFromDb(date) {
const db = await loadDatabase();
const row = get(db, 'SELECT thought FROM daily_thoughts WHERE date = ?', [date]);