Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Orland0x authored Nov 20, 2023
1 parent ab52e40 commit 69d079e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subgraph/src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export function handlePaymentReceived(event: PaymentReceivedEvent): void {

// Added the network here in case we index Schnaps on multiple networks in the same database. Not sure whether thats possible though
entity.network = dataSource.network()

entity.sender = event.params.sender
entity.token = event.params.token
entity.amount = event.params.amount
Expand Down

0 comments on commit 69d079e

Please sign in to comment.