mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-05-06 17:56:53 +02:00
fix(hyperHDR): missing return
This commit is contained in:
@@ -69,7 +69,7 @@ export default {
|
||||
return 0;
|
||||
}
|
||||
|
||||
this.instances.length - this.running;
|
||||
return this.instances.length - this.running;
|
||||
},
|
||||
|
||||
status: function () {
|
||||
|
||||
Reference in New Issue
Block a user