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

Commit 3777399

Browse files
committed
chore: fix linting
1 parent 7c1a51d commit 3777399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class LevelDatastore {
9292
}
9393
}
9494

95-
async close () /* : Promise */ {
95+
close () /* : Promise */ {
9696
return this.db.close()
9797
}
9898

@@ -112,7 +112,7 @@ class LevelDatastore {
112112
key: key.toString()
113113
})
114114
},
115-
commit: async () /* : Promise */ => {
115+
commit: () /* : Promise */ => {
116116
return this.db.batch(ops)
117117
}
118118
}

0 commit comments

Comments
 (0)