Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Oct 25, 2023
1 parent 5a6d6d4 commit 7bfee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erc721/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Nft } from '../../generated/schema'
import { Transfer } from '../../generated/ERC721-Chronos-Traveler/ERC721'
import { Transfer } from '../../generated/ERC721/ERC721'
import { generateNftId, createNft, findOrCreateAccount } from '../utils/helper'

export function handleTransfer(event: Transfer): void {
Expand Down

0 comments on commit 7bfee87

Please sign in to comment.