mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 08:19:06 +00:00
code quality fixes
This commit is contained in:
@@ -60,13 +60,6 @@ const SORT_MODES = {
|
||||
}
|
||||
} as any;
|
||||
|
||||
interface SortMode {
|
||||
text: string
|
||||
mode: any[]
|
||||
key: (hit: EsHit) => any
|
||||
}
|
||||
|
||||
|
||||
class Sist2ElasticsearchQuery {
|
||||
|
||||
searchQuery(blankSearch: boolean = false): any {
|
||||
|
||||
Reference in New Issue
Block a user