Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin authored Jul 22, 2024
1 parent 55480cf commit f3589a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings/erc20Templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export function handleProviderFee(event: ProviderFee): void {
event.logIndex.toI32()
)
if (orderReuse) {
log.info('order reuse id in provider fee handler: {}', [orderReuse.id], [])
log.info('order reuse id in provider fee handler: {}', [orderReuse.id])
orderReuse.providerFee = providerFee
orderReuse.providerFeeValidUntil = event.params.validUntil
orderReuse.save()
Expand Down

0 comments on commit f3589a2

Please sign in to comment.