fix: remove unused variable in fn call

- the WrappedDatabase.all() function only has two arguments
This commit is contained in:
Arthur E. Jones 2022-05-04 15:40:06 -05:00 committed by James Long
parent 74d6b7edc5
commit 25f4bb5557

View file

@ -75,7 +75,6 @@ function sync(messages, since, fileId) {
WHERE timestamp > ?
ORDER BY timestamp`,
[since],
true
);
let trie = addMessages(db, messages);