Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paglias committed Jun 17, 2019
1 parent 2cbb0a8 commit 14a4f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/common/script/ops/rebirth.js
Expand Up @@ -98,7 +98,7 @@ module.exports = function rebirth (user, tasks = [], req = {}, analytics) {
}

if (!notFree) {
user.flags.lastFreeRebirth = new Date();
user.flags.lastFreeRebirth = new Date();
}

if (user.addNotification) user.addNotification('REBIRTH_ACHIEVEMENT');
Expand Down

0 comments on commit 14a4f42

Please sign in to comment.