fix: derpy catch

v1.18.x
Barış Soner Uşaklı 6 years ago
parent 3c32d8600f
commit ce91288607

@ -189,10 +189,7 @@ UserNotifications.sendTopicNotificationToFollowers = async function (uid, topicD
await notifications.push(notifObj, followers);
} catch (err) {
if (err) {
return winston.error(err);
}
throw err;
winston.error(err);
}
};

Loading…
Cancel
Save