Skip to content

Commit

Permalink
🐛 should not be there
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Dec 15, 2023
1 parent dc706ac commit 4c0d418
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/collection/drop/HolderOfGenerative.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,7 @@ const mintNft = async () => {
)
mintNftSN.value = collectionRes.items
howAboutToExecute(accountId.value, cb, [[mint, transfer]], () => {
submitMint(collectionRes.items)
})
howAboutToExecute(accountId.value, cb, [[mint, transfer]])
} catch (e) {
showNotification(`[MINT::ERR] ${e}`, notificationTypes.warn)
$consola.error(e)
Expand Down

0 comments on commit 4c0d418

Please sign in to comment.