fix: Lint issues.

This commit is contained in:
Hayden Young 2023-10-14 14:55:03 +01:00
parent 649c2dfc91
commit c8914a74ec

View File

@ -273,7 +273,7 @@ describe('Write Permissions', function () {
const onClose = async () => { const onClose = async () => {
closed = true closed = true
} }
const dbName = 'write-test-7' const dbName = 'write-test-7'
db1 = await orbitdb1.open(dbName, { AccessController: OrbitDBAccessController() }) db1 = await orbitdb1.open(dbName, { AccessController: OrbitDBAccessController() })