fix: remove unused variable in fn call
- the WrappedDatabase.all() function only has two arguments
This commit is contained in:
parent
74d6b7edc5
commit
25f4bb5557
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ function sync(messages, since, fileId) {
|
|||
WHERE timestamp > ?
|
||||
ORDER BY timestamp`,
|
||||
[since],
|
||||
true
|
||||
);
|
||||
|
||||
let trie = addMessages(db, messages);
|
||||
|
|
Loading…
Reference in a new issue