Skip to content

Commit ca04a12

Browse files
author
Sachin Maheshwari
committedJan 7, 2020
typo
1 parent dc15e4f commit ca04a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/services/NotificationService.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ function* listNotifications(query, userId) {
195195

196196
switch (query.platform) {
197197
case 'connect':
198-
filter.where.type = { $like: 'notification.connect.%' };
198+
filter.where.type = { $like: 'connect.notification.%' };
199199
break;
200200
case 'community':
201-
filter.where.type = { $notLike: 'notification.connect.%' };
201+
filter.where.type = { $notLike: 'connect.notification.%' };
202202
break;
203203
}
204204

0 commit comments

Comments
 (0)
Please sign in to comment.