@runeya/runeya 1.33.31 → 1.33.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node-red-contrib-runeya.tar +0 -0
- package/package.json +1 -1
- package/www.js +1 -0
- package/www.js.map +1 -1
|
Binary file
|
package/package.json
CHANGED
package/www.js
CHANGED
|
@@ -3355,6 +3355,7 @@ var require_stack = __commonJS({
|
|
|
3355
3355
|
let environments = [];
|
|
3356
3356
|
try {
|
|
3357
3357
|
services = await PromiseB2.map(dbsRootPath, (id) => Service.load(id, Stack));
|
|
3358
|
+
services = services.filter((service) => service.label);
|
|
3358
3359
|
environments = await EnvironmentModel.all();
|
|
3359
3360
|
} catch (error) {
|
|
3360
3361
|
console.error(error);
|