Skip to content

Commit cb7d4be

Browse files
fix lint
1 parent 073b6c2 commit cb7d4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/endpoints/nfts/nft.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export class NftService {
328328
if (!attributes || attributes.length === 0) {
329329
const nftsForAddress = await this.esdtAddressService.getNftsForAddress(nft.owner, new NftFilter({identifiers: [nft.identifier]}), new QueryPagination({
330330
from: 0,
331-
size: 1
331+
size: 1,
332332
}));
333333
if (nftsForAddress.length === 0) {
334334
return;

0 commit comments

Comments
 (0)