satisfy linter

This commit is contained in:
2026-07-13 14:08:10 +02:00
parent 29d24a112f
commit 554c1b19b2

View File

@@ -60,12 +60,7 @@ type apiResponse struct {
which int
}
func getApiData(
conf *cfg.Config,
es *elasticsearch.TypedClient,
reschan chan apiResponse,
which string) {
func getApiData(conf *cfg.Config, es *elasticsearch.TypedClient, reschan chan apiResponse, which string) {
apiRes := apiResponse{}
var arerr error