poter visualizzare i propri beni e servizi anche se non sei registrato alla app !
This commit is contained in:
@@ -101,6 +101,9 @@ const sendNotifSchema = new Schema({
|
||||
sendNotifSchema.statics.setNotifAsRead = function (idapp, username, idnotif) {
|
||||
const SendNotif = this;
|
||||
|
||||
if (!username)
|
||||
return null;
|
||||
|
||||
try {
|
||||
|
||||
if (idnotif) {
|
||||
|
||||
Reference in New Issue
Block a user