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

Commit 2e5d6dc

Browse files
committed
Fix formatting
1 parent 4a6bee9 commit 2e5d6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/orbitdb-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class OrbitdbAPI {
266266
path: '/db/{dbname}/access/write',
267267
handler: dbMiddleware( async (db, request, _h) => {
268268
if (await db.access.grant('write', request.payload.id) === false)
269-
return new Boom.notImplemented('Access controller does not support setting write access');
269+
return new Boom.notImplemented('Access controller does not support setting write access');
270270
return {}
271271
})
272272
},

0 commit comments

Comments
 (0)