diff --git a/src/commands/protocols/get/sender/get-assertion-merkle-root-command.js b/src/commands/protocols/get/sender/get-assertion-merkle-root-command.js index 510ff0878..db71205e3 100644 --- a/src/commands/protocols/get/sender/get-assertion-merkle-root-command.js +++ b/src/commands/protocols/get/sender/get-assertion-merkle-root-command.js @@ -35,7 +35,7 @@ class GetAssertionMerkleRootCommand extends Command { throw new Error(`No assertionId found for UAL: ${ual} in either repository.`); } this.logger.info( - `Found assertion id: ${assertionId} and operation id ${operationId} ual: ${ual}`, + `Found assertion id: ${assertionId}, operation id ${operationId}, ual: ${ual}`, ); return this.continueSequence({ ...command.data, assertionId }, command.sequence); }