Skip to content

Commit

Permalink
Update src/commands/protocols/get/sender/get-assertion-merkle-root-co…
Browse files Browse the repository at this point in the history
…mmand.js

Co-authored-by: Mihajlo Pavlovic <mihajlo.pavlovic@origin-trail.com>
  • Loading branch information
brkagithub and Mihajlo-Pavlovic authored Dec 19, 2024
1 parent 4148451 commit af4739d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit af4739d

Please sign in to comment.