This commit is contained in:
Ryan McKinley
2025-12-30 21:24:02 +03:00
parent 32fab0dd13
commit 56ce565f2e
-4
View File
@@ -172,7 +172,3 @@ func (s *Service) doRandomWalk(query backend.DataQuery) backend.DataResponse {
return response
}
type requestModel struct {
QueryType string `json:"queryType"`
}