|
@@ -241,7 +241,7 @@ function personalAndGroupSubscriptions(userId) {
|
|
|
function oldDebugProjects(userId) {
|
|
function oldDebugProjects(userId) {
|
|
|
return {
|
|
return {
|
|
|
key: `old-debug-projects-${userId}`,
|
|
key: `old-debug-projects-${userId}`,
|
|
|
- async create(userId) {
|
|
|
|
|
|
|
+ async create() {
|
|
|
return await NotificationsHandler.promises.createNotification(
|
|
return await NotificationsHandler.promises.createNotification(
|
|
|
userId,
|
|
userId,
|
|
|
this.key,
|
|
this.key,
|