Skip to content

Commit

Permalink
web: fix lint issue (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand authored Nov 25, 2024
1 parent dc96bf8 commit 42b5bd9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/web/src/server/api/helpers/l2nfts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ type TokenApiResponse = {
export async function getL2NftsMetadataBatch(
tokens: Array<{ contract_address: string; token_id: string }>
) {
const body = JSON.stringify({
tokens: tokens.map((token) => ({
contract_address: validateAndParseAddress(token.contract_address),
token_id: token.token_id,
})),
});

let nfts: {
collection_address: string;
Expand Down

0 comments on commit 42b5bd9

Please sign in to comment.