Skip to content

Commit

Permalink
fix: add debug log for prepare request event
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rincon committed Jul 25, 2024
1 parent 2be9495 commit 7f3feda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/iota-browser/src/helpers/channel-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export class ChannelProvider {
messageReceivedEvent.message.payload as Buffer,
)
try {
Logger.debug('Event received', raw_data)
const event = JSON.parse(raw_data)
if (correlationId !== event.correlationId) {
return
Expand Down

0 comments on commit 7f3feda

Please sign in to comment.