getandlist

This commit is contained in:
Michael McGuinness
2025-01-03 14:08:04 +00:00
parent 788b21594c
commit 483a47e4e0
8 changed files with 129 additions and 39 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ func (c *Queue) getCollectorQueries(ctx context.Context) error {
cleanQueries := make([]queryprocessor.Query, len(queries))
for index, dbQuery := range queries {
cleanQuery, err := queryprocessor.ParseDBQuery(&dbQuery)
cleanQuery, err := queryprocessor.ParseDBCollectorQuery(&dbQuery)
if err != nil {
return err
}