fix server linter
This commit is contained in:
@ -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: [],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user