Skip to content

Commit

Permalink
feat(CB2-14255): change log to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Searle committed Oct 14, 2024
1 parent 7a68bb5 commit f95302e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/certificate/commands/MakeAndModelCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class MakeAndModelCommand extends BasePayloadCommand {
if (isValidForTrn) {
return await this.trailerRepository.getTrailerRegistrationObject(testResult.vin, makeAndModel.Make);
} else {
console.log('Vehicle is not valid for Trn.');
console.error('Vehicle is not valid for Trn.');
}

return undefined;
Expand Down

0 comments on commit f95302e

Please sign in to comment.