mirror of
https://github.com/usememos/memos.git
synced 2025-10-07 21:06:30 +08:00
fix: remove outdated factor
This commit is contained in:
parent
48988a8814
commit
849bf66612
1 changed files with 0 additions and 3 deletions
|
@ -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(", ")}]`);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue