From af4739d08231c149b311b5531004d0f895d89cb5 Mon Sep 17 00:00:00 2001 From: Marko Brkic Date: Thu, 19 Dec 2024 19:50:46 +0100 Subject: [PATCH] Update src/commands/protocols/get/sender/get-assertion-merkle-root-command.js Co-authored-by: Mihajlo Pavlovic --- .../protocols/get/sender/get-assertion-merkle-root-command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }