We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0eced98 + 9115d04 commit 9a1facaCopy full SHA for 9a1faca
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hawk.api",
3
- "version": "1.1.32",
+ "version": "1.1.33",
4
"main": "index.ts",
5
"license": "UNLICENSED",
6
"scripts": {
@@ -44,8 +44,6 @@
44
"@types/debug": "^4.1.5",
45
"@types/escape-html": "^1.0.0",
46
"@types/graphql-upload": "^8.0.11",
47
- "@types/lodash.clonedeep": "^4.5.9",
48
- "@types/lodash.mergewith": "^4.6.9",
49
"@types/jsonwebtoken": "^8.3.5",
50
"@types/lodash.clonedeep": "^4.5.9",
51
"@types/lodash.mergewith": "^4.6.9",
src/models/eventsFactory.js
@@ -379,7 +379,7 @@ class EventsFactory extends Factory {
379
*/
380
async getUnreadCount(lastVisit) {
381
const query = {
382
- 'payload.timestamp': {
+ timestamp: {
383
$gt: lastVisit,
384
},
385
};
0 commit comments