mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 20:51:30 +03:00
prevents code from continuing to run
No idea why the first resolve doesnt just end it...
This commit is contained in:
parent
96cbd7c8d2
commit
4202eb201c
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ function getAuth(username, password) {
|
|||
};
|
||||
|
||||
resolve(user);
|
||||
return;
|
||||
}
|
||||
|
||||
const requestObject = {
|
||||
|
|
Loading…
Add table
Reference in a new issue