Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Statistical-Genetics
jass
Commits
d3007d6d
Commit
d3007d6d
authored
May 17, 2022
by
Bryan BRANCOTTE
Browse files
typo, callback should be async
parent
160e9d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/pages/projects/_id.vue
View file @
d3007d6d
...
...
@@ -571,7 +571,7 @@ methods:{
async
getStatus
(){
await
this
.
$axios
.
$get
(
'
/queue_status/
'
).
then
((
function
(
resultStatus
)
{
await
this
.
$axios
.
$get
(
'
/queue_status/
'
).
then
((
async
function
(
resultStatus
)
{
console
.
log
(
resultStatus
);
this
.
activeTask
=
resultStatus
.
active
;
this
.
pendingTask
=
resultStatus
.
reserved
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment