fix: remove outdated factor

This commit is contained in:
johnnyjoy
2025-02-06 19:38:53 +08:00
parent 48988a8814
commit 849bf66612

View File

@@ -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(", ")}]`);
}