Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Feb 20, 2024
1 parent 303615f commit 278365d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mappings/multiTokens/events/token_account_created.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export async function tokenAccountCreated(
const data = getEventData(ctx, item.event)

if (skipSave) {
// ctx.store.save(TokenAccount).then()
// return getEvent(item, data)

const tokenAccount = await ctx.store.findOne(TokenAccount, {
where: { id: `${u8aToHex(data.accountId)}-${data.collectionId}-${data.tokenId}` },
})
Expand Down

0 comments on commit 278365d

Please sign in to comment.