Skip to content

Commit ed3258d

Browse files
author
Julien Bouquillon
committed
chore: lint
1 parent 5de4084 commit ed3258d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useOrbitDb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const useOrbitDb = (address, options = {}) => {
7171
refreshDb();
7272
});
7373

74-
db.events.on("write", (address, entry, heads) => {
74+
db.events.on("write", (address) => {
7575
logger.debug("db.events.write", address.toString());
7676
refreshDb();
7777
});

0 commit comments

Comments
 (0)