Skip to content

Commit 73cd2f9

Browse files
author
Lars-Erik Roald
committed
lint
1 parent 785b96c commit 73cd2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/getMany.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ beforeAll(async () => {
4545
const { db, init } = getDb(dbName);
4646
await init(db);
4747

48-
const d = await db.bigintParent.insert([
48+
await db.bigintParent.insert([
4949
{
5050
id: BigInt('9999999999999999'),
5151
foo: 100,

0 commit comments

Comments
 (0)