diff --git a/backend/api/package.json b/backend/api/package.json index a9f584df..c5237c4b 100644 --- a/backend/api/package.json +++ b/backend/api/package.json @@ -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", diff --git a/backend/api/src/send-search-notifications.ts b/backend/api/src/send-search-notifications.ts index 3dd1aa5e..8ee6e61f 100644 --- a/backend/api/src/send-search-notifications.ts +++ b/backend/api/src/send-search-notifications.ts @@ -48,7 +48,6 @@ const searchProps = (row: SearchRow, userIds: string[]): profileQueryType => { userId: row.creator_id, shortBio: true, skipCount: true, - lastModificationWithin: '24 hours', userIds, } }