Skip to content

Commit 85ab4f5

Browse files
fix: @W-19180686: Code review comment
1 parent 409c982 commit 85ab4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/omnistudio/migration/migrate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export default class Migrate extends OmniStudioBaseCommand {
296296
);
297297
} catch (ex: any) {
298298
if (ex instanceof InvalidEntityTypeError) {
299-
Logger.error(`${messages.getMessage('invalidTypeMigrateErrorMessage', [namespace])}`);
299+
Logger.error(messages.getMessage('invalidTypeMigrateErrorMessage', [namespace]));
300300
process.exit(1);
301301
}
302302
Logger.error('Error migrating object', ex);

0 commit comments

Comments
 (0)