indentation

This commit is contained in:
Matteo Pagliazzi
2019-06-17 20:47:55 +02:00
parent 2cbb0a85a4
commit 14a4f42b50

View File

@@ -98,7 +98,7 @@ module.exports = function rebirth (user, tasks = [], req = {}, analytics) {
} }
if (!notFree) { if (!notFree) {
user.flags.lastFreeRebirth = new Date(); user.flags.lastFreeRebirth = new Date();
} }
if (user.addNotification) user.addNotification('REBIRTH_ACHIEVEMENT'); if (user.addNotification) user.addNotification('REBIRTH_ACHIEVEMENT');