fix server linter

This commit is contained in:
Weiko
2025-06-26 15:54:28 +02:00
committed by prastoin
parent 10eba9e36d
commit a8f0c90add
@@ -184,7 +184,7 @@ export class UpgradeCommand extends UpgradeCommandRunner {
const commands_110: VersionCommands = {
beforeSyncMetadata: [
this.fixUpdateStandardFieldsIsLabelSyncedWithNameCommand,
this.fixSchemaArrayTypeCommand
this.fixSchemaArrayTypeCommand,
],
afterSyncMetadata: [],
};