Skip to content

Commit

Permalink
chore(js-sdk): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Dec 24, 2024
1 parent e8defe8 commit 1f0f7c6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ export async function transfer(
receiver: Identity,
sender: Identity,
): Promise<any> {
this.logger.debug(`[Document#transfer] Transfer document ${document.getId().toString()}
from ${sender.getId().toString} to {${receiver.getId().toString()}`);
this.logger.debug(`[Document#transfer] Transfer document ${document.getId().toString()} from ${sender.getId().toString} to {${receiver.getId().toString()}`);
await this.initialize();

const identityContractNonce = await this.nonceManager
Expand Down

0 comments on commit 1f0f7c6

Please sign in to comment.