v3: improve docs and fix bugs

This commit is contained in:
Matteo Pagliazzi
2016-04-22 12:15:24 +02:00
parent 6568fcfd5e
commit 1fe2220aa1
3 changed files with 140 additions and 76 deletions

View File

@@ -102,7 +102,7 @@ module.exports = function rebirth (user, tasks = [], req = {}, analytics) {
return user;
} else {
return [
user,
{user, tasks},
i18n.t('rebirthComplete'),
];
}