mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: remove outdated factor
This commit is contained in:
@@ -43,9 +43,6 @@ const Home = () => {
|
||||
conditions.push(`display_time_before == ${timestampAfter + 60 * 60 * 24}`);
|
||||
}
|
||||
}
|
||||
if (memoFilterStore.orderByTimeAsc) {
|
||||
conditions.push(`order_by_time_asc == true`);
|
||||
}
|
||||
if (contentSearch.length > 0) {
|
||||
conditions.push(`content_search == [${contentSearch.join(", ")}]`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user