Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit fc57251

Browse files
author
tkostuch
committed
3948 remove getUri
1 parent 5ff1f97 commit fc57251

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/api/attribute/service.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ export interface AttributeListParam {
99
[key: string]: number[]
1010
}
1111

12-
/**
13-
* Build ES uri fro attributes
14-
*/
15-
function getUri (config, indexName: string): string {
16-
return `${config.elasticsearch.protocol}://${config.elasticsearch.host}:${config.elasticsearch.port}/${indexName}/attribute/_search`
17-
}
18-
1912
/**
2013
* Returns attributes from cache
2114
*/

0 commit comments

Comments
 (0)