Block level declarations not supported yet
This commit is contained in:
Родитель
b2d453684a
Коммит
2f0c5437de
|
@ -35,7 +35,7 @@ const login = function(info) {
|
|||
// overwrite token
|
||||
})
|
||||
.catch(function(){
|
||||
let userOpts = helpers.buildUser(opts, body);
|
||||
var userOpts = helpers.buildUser(opts, body);
|
||||
return User.forge(userOpts).save();
|
||||
})
|
||||
.finally(function(){
|
||||
|
|
Загрузка…
Ссылка в новой задаче