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

Commit 39bcba5

Browse files
authored
Remove semicolons
1 parent 5e1edee commit 39bcba5

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

@@ -219,7 +219,7 @@ const getTzLedger = async (tz, res) => {
219219
}
220220

221221
return arr
222-
}));
222+
}))
223223

224224
var arr = []
225225
console.log([...collection, ...validCreations])

0 commit comments

Comments
 (0)