mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix lint
This commit is contained in:
parent
465a3db501
commit
ed896278e0
1 changed files with 2 additions and 1 deletions
|
|
@ -102,7 +102,8 @@ class DittoDB {
|
|||
});
|
||||
}
|
||||
|
||||
getFilter<K extends number = number>(filter: Filter<K>) {
|
||||
getFilter<K extends number = number>(_filter: Filter<K>) {
|
||||
// TODO
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue