Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit 891e174

Browse files
committed
Merge branch 'feature/hide-burned-nft' of https://github.com/mikesizz/hicetnunc-api into feature/hide-burned-nft
2 parents 37a43c7 + 39bcba5 commit 891e174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const getTzLedger = async (tz, res) => {
208208
var validCreations = []
209209

210210
await Promise.all(creations.map(async (c) => {
211-
c.token_id = c.objectId;
211+
c.token_id = c.objectId
212212

213213
await owners(c)
214214

@@ -222,7 +222,7 @@ const getTzLedger = async (tz, res) => {
222222
}
223223

224224
return arr
225-
}));
225+
}))
226226

227227
var arr = []
228228
console.log([...collection, ...validCreations])

0 commit comments

Comments
 (0)