Skip to content

Commit

Permalink
Update claim_tokens_initiated.ts (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Dec 12, 2023
1 parent febfdc0 commit 86f79a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings/multiTokens/events/claim_tokens_initiated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export async function claimTokensInitiated(
createdAt: new Date(block.timestamp),
})

await ctx.store.insert(MultiTokensClaims, claim as any)
await ctx.store.save(MultiTokensClaims, claim as any)

if (item.event.extrinsic) {
Sns.getInstance().send({
Expand Down

0 comments on commit 86f79a9

Please sign in to comment.