@vario-software/vario-app-framework-backend 2026.19.0 → 2026.21.0
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/api/helpers/gateway.js +1 -0
- package/package.json +1 -1
- package/utils/migrator.js +1 -1
package/api/helpers/gateway.js
CHANGED
package/package.json
CHANGED
package/utils/migrator.js
CHANGED
|
@@ -653,7 +653,7 @@ const Migrator = class
|
|
|
653
653
|
|
|
654
654
|
if (!scriptModuleId)
|
|
655
655
|
{
|
|
656
|
-
await this.methods.log(`App-Script-Trigger with id "${triggerId}" has no scriptModuleRef\n`, '
|
|
656
|
+
await this.methods.log(`App-Script-Trigger with id "${triggerId}" has no scriptModuleRef\n`, 'WARNING');
|
|
657
657
|
|
|
658
658
|
return;
|
|
659
659
|
}
|