Skip to content

Commit

Permalink
fix(auth): add more information on the listed creation error
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Oct 30, 2023
1 parent 31f8cf1 commit 78ff748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class ListedAccountCreatedEventHandler implements DomainEventHandlerInter
})

if (result.isFailed()) {
this.logger.error(`Could not update listed author secrets for user with uuid ${user.uuid}`)
this.logger.error(`Could not update listed author secrets for user with uuid ${user.uuid}: ${result.getError()}`)
}
}
}

0 comments on commit 78ff748

Please sign in to comment.