fix(hyperHDR): missing return

This commit is contained in:
Bastien Wirtz
2026-04-18 16:05:14 +02:00
parent 27fcdd8964
commit a1338bd5a5

View File

@@ -69,7 +69,7 @@ export default {
return 0;
}
this.instances.length - this.running;
return this.instances.length - this.running;
},
status: function () {