Fix bug
This commit is contained in:
parent
16f63af7e5
commit
26d0d13173
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ function fetchme(token, silent, cb) {
|
|||
|
||||
// Return when not signed in
|
||||
if (token == null) {
|
||||
done();
|
||||
return done();
|
||||
}
|
||||
|
||||
// Fetch user
|
||||
|
|
Loading…
Reference in a new issue