Skip to content

Commit 07be5a9

Browse files
committed
chore(): lint fix
1 parent 18797ee commit 07be5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/eventsFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class EventsFactory extends Factory {
379379
*/
380380
async getUnreadCount(lastVisit) {
381381
const query = {
382-
'timestamp': {
382+
timestamp: {
383383
$gt: lastVisit,
384384
},
385385
};

0 commit comments

Comments
 (0)