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 which int
} }
func getApiData( func getApiData(conf *cfg.Config, es *elasticsearch.TypedClient, reschan chan apiResponse, which string) {
conf *cfg.Config,
es *elasticsearch.TypedClient,
reschan chan apiResponse,
which string) {
apiRes := apiResponse{} apiRes := apiResponse{}
var arerr error var arerr error