mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
Fix bug
This commit is contained in:
@@ -108,7 +108,7 @@ function fetchme(token, silent, cb) {
|
||||
|
||||
// Return when not signed in
|
||||
if (token == null) {
|
||||
done();
|
||||
return done();
|
||||
}
|
||||
|
||||
// Fetch user
|
||||
|
||||
Reference in New Issue
Block a user