fix server linter

This commit is contained in:
Weiko
2025-06-26 15:51:19 +02:00
parent bb13b4aed0
commit fd7089cfc5

View File

@ -184,7 +184,7 @@ export class UpgradeCommand extends UpgradeCommandRunner {
const commands_110: VersionCommands = { const commands_110: VersionCommands = {
beforeSyncMetadata: [ beforeSyncMetadata: [
this.fixUpdateStandardFieldsIsLabelSyncedWithNameCommand, this.fixUpdateStandardFieldsIsLabelSyncedWithNameCommand,
this.fixSchemaArrayTypeCommand this.fixSchemaArrayTypeCommand,
], ],
afterSyncMetadata: [], afterSyncMetadata: [],
}; };