Skip to content

Commit

Permalink
Log tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Oct 20, 2024
1 parent 19b3c69 commit 388d0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/processors/facilitator-updates-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class FacilitatorUpdatesQueue extends WorkerHost {
try {
if (rewardData.length > 0) {
this.logger.log(
`Updating rewards for ${rewardData[0].address} with ${rewardData[0]}`,
`Updating rewards for ${rewardData[0].address} with ${rewardData[0].amount}`,
)
const hasPassedUpdate =
await this.events.updateAllocation(rewardData[0])
Expand Down

0 comments on commit 388d0e9

Please sign in to comment.