++ poter inviare un msg telegram ai appartenenti ai Circuiti RIS.
This commit is contained in:
@@ -54,7 +54,7 @@ router.post('/', authenticate, async (req, res) => {
|
||||
|
||||
if (myitem === null) {
|
||||
myitem = subscriptionModel;
|
||||
tools.mylogshow('Subscription NOT EXISTED IN DB, so I use this created!')
|
||||
// tools.mylogshow('Subscription NOT EXISTED IN DB, so I use this created!')
|
||||
} else {
|
||||
myitem.endpoint = subscriptionModel.endpoint;
|
||||
myitem.keys = subscriptionModel.keys;
|
||||
|
||||
Reference in New Issue
Block a user