Fix: remove lastModificationWithin filter from search notifications

This commit is contained in:
MartinBraquet
2026-07-10 01:24:41 +02:00
parent 8c69384de3
commit 83f7d2db54
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@compass/api",
"version": "1.45.2",
"version": "1.45.3",
"private": true,
"description": "Backend API endpoints",
"main": "src/serve.ts",

View File

@@ -48,7 +48,6 @@ const searchProps = (row: SearchRow, userIds: string[]): profileQueryType => {
userId: row.creator_id,
shortBio: true,
skipCount: true,
lastModificationWithin: '24 hours',
userIds,
}
}