mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-08-13 12:33:16 +02:00
fix(hyperHDR): missing return
This commit is contained in:
parent
27fcdd8964
commit
a1338bd5a5
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export default {
|
|||
return 0;
|
||||
}
|
||||
|
||||
this.instances.length - this.running;
|
||||
return this.instances.length - this.running;
|
||||
},
|
||||
|
||||
status: function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue