prevents code from continuing to run

No idea why the first resolve doesnt just end it...
This commit is contained in:
Pierce 2019-01-12 20:51:24 -05:00
parent 96cbd7c8d2
commit 4202eb201c
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ function getAuth(username, password) {
};
resolve(user);
return;
}
const requestObject = {