Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Jun 10, 2020
1 parent 5de4084 commit ed3258d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useOrbitDb.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const useOrbitDb = (address, options = {}) => {
refreshDb();
});

db.events.on("write", (address, entry, heads) => {
db.events.on("write", (address) => {
logger.debug("db.events.write", address.toString());
refreshDb();
});
Expand Down

0 comments on commit ed3258d

Please sign in to comment.