Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit feaeb9f

Browse files
committed
chore: fix linting
1 parent d6f8b65 commit feaeb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('LevelDatastore', () => {
5959
db: require('level')
6060
})
6161

62-
let cids = []
62+
const cids = []
6363

6464
for await (const e of store.query({})) {
6565
cids.push(new CID(1, 'dag-cbor', e.key.toBuffer()))

0 commit comments

Comments
 (0)