Skip to content

Commit

Permalink
feat: removed anyJson
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavKumar-sf committed Oct 28, 2024
1 parent 3abb5dc commit 412e0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migration/omniscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
);
return omniAssessmentInfos;
} catch (err) {
Logger.logger.error(err);
this.logger.error(err);
this.ux.log(err);
this.ux.log(err.getMessage());
}
Expand Down

0 comments on commit 412e0a1

Please sign in to comment.