fix: Linting.

This commit is contained in:
Hayden Young 2023-03-07 20:41:13 +00:00
parent 383524918f
commit 87a6f1dcf3

View File

@ -127,10 +127,6 @@ describe('Documents Database Replication', function () {
++updateCount
}
const onError = (err) => {
console.error(err)
}
db2.events.on('join', onConnected)
db2.events.on('update', onUpdate)