mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 09:48:47 -04:00
Fix: remove lastModificationWithin filter from search notifications
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -48,7 +48,6 @@ const searchProps = (row: SearchRow, userIds: string[]): profileQueryType => {
|
||||
userId: row.creator_id,
|
||||
shortBio: true,
|
||||
skipCount: true,
|
||||
lastModificationWithin: '24 hours',
|
||||
userIds,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user