mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Fix bug
This commit is contained in:
parent
825adf068f
commit
9c695150e7
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ function fetchme(token, silent, cb) {
|
||||||
|
|
||||||
// Return when not signed in
|
// Return when not signed in
|
||||||
if (token == null) {
|
if (token == null) {
|
||||||
done();
|
return done();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fetch user
|
// Fetch user
|
||||||
|
|
Loading…
Reference in a new issue