Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justraman committed May 31, 2023
1 parent 176b9e7 commit 92d955f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings/multiTokens/events/token_created.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ export async function tokenCreated(
createdAt: new Date(block.timestamp),
})

await ctx.store.insert(Token, token as any)
await ctx.store.insert(token)

return new EventModel({
id: item.event.id,
Expand Down

0 comments on commit 92d955f

Please sign in to comment.