pass the function, dont call it
This commit is contained in:
parent
a9fe3a0ed2
commit
0d5a04b451
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ lbryio.authenticate = function() {
|
||||||
return lbryio.setAuthToken(response.auth_token);
|
return lbryio.setAuthToken(response.auth_token);
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.then(lbryio.getCurrentUser())
|
.then(lbryio.getCurrentUser)
|
||||||
.then(resolve, reject);
|
.then(resolve, reject);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue