Notifications
Settings Notifications User Panel
This commit is contained in:
@@ -56,6 +56,7 @@ router.post('/', authenticate, (req, res) => {
|
||||
} else {
|
||||
myitem.endpoint = subscriptionModel.endpoint;
|
||||
myitem.keys = subscriptionModel.keys;
|
||||
myitem.createDate = new Date();
|
||||
}
|
||||
|
||||
return myitem.save((err, subscription) => {
|
||||
|
||||
Reference in New Issue
Block a user