Skip to content

Commit

Permalink
[chore] 📝 remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dappsar committed Dec 13, 2023
1 parent 79a58fe commit 19a32e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/api/match.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export default async function handler(req, res) {
async function getFilteredCards(contractInstance, wallet) {
const userCards = (await getCardsByUser(contractInstance, wallet)).user

// TODO: ver las que tiene uno que no tenga el otro

const filteredCards = Object.keys(userCards).reduce((filtered, key) => {
const card = userCards[key]
if (card.quantity > 1 && card.stamped === true) {
Expand Down

0 comments on commit 19a32e4

Please sign in to comment.