mirror of
https://github.com/simon987/sist2.git
synced 2025-12-20 02:26:08 +00:00
code quality fixes
This commit is contained in:
@@ -103,13 +103,13 @@ class Sist2Api {
|
||||
|
||||
private readonly baseUrl: string
|
||||
private sist2Info: any
|
||||
private queryfunc: Function;
|
||||
private queryfunc: () => EsResult;
|
||||
|
||||
constructor(baseUrl: string) {
|
||||
this.baseUrl = baseUrl;
|
||||
}
|
||||
|
||||
init(queryFunc: Function) {
|
||||
init(queryFunc: () => EsResult) {
|
||||
this.queryfunc = queryFunc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user