Reworked the response again
All checks were successful
Lint / pre-commit Linting (push) Successful in 23s
All checks were successful
Lint / pre-commit Linting (push) Successful in 23s
This commit is contained in:
parent
d241d51744
commit
1b1254c57a
2
index.js
2
index.js
@ -124,7 +124,7 @@ async function postCode() {
|
|||||||
response = await Promise.resolve()
|
response = await Promise.resolve()
|
||||||
.then(() => api.auth(username, password, login_arguments))
|
.then(() => api.auth(username, password, login_arguments))
|
||||||
.then(() => {
|
.then(() => {
|
||||||
api.code.set(branch, files_to_push);
|
return api.code.set(branch, files_to_push);
|
||||||
})
|
})
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
response = result;
|
response = result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user