[fix] Migrated links field should be standard (#6387)
Fixing script + ading logs to sync-metadata
This commit is contained in:
@ -54,6 +54,7 @@ export class SyncWorkspaceMetadataCommand extends CommandRunner {
|
||||
const errorsDuringSync: string[] = [];
|
||||
|
||||
for (const workspaceId of workspaceIds) {
|
||||
this.logger.log(`Running workspace sync for workspace: ${workspaceId}`);
|
||||
try {
|
||||
const issues =
|
||||
await this.workspaceHealthService.healthCheck(workspaceId);
|
||||
|
||||
Reference in New Issue
Block a user