Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
feat(storage): revert logging of unknown events in offer event proc…
Browse files Browse the repository at this point in the history
…essor
  • Loading branch information
nduchak committed Jul 1, 2020
1 parent 44a175e commit ca5c064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/storage/handlers/offer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const handler: Handler<StorageServices> = {
await updatePrices(offer, event.returnValues.period, event.returnValues.price)
break
default:
logger.error(`Unknown event ${event.event}`)
break
}

Expand Down

0 comments on commit ca5c064

Please sign in to comment.