mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
indentation
This commit is contained in:
parent
2cbb0a85a4
commit
14a4f42b50
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue