| 1 | import { IoCService } from "../../Services"; |
| 2 | import { IContext } from "../../Interfaces"; |
| 3 | import ElasticService from "../../Services/ElasticService"; |
| 4 | import { getSearchData } from "../../Handlers/Helpers"; |
nothing calls this directly
no test coverage detected