This commit is contained in:
Michael McGuinness
2025-01-06 12:26:28 +00:00
parent 0447ec4c4b
commit c282a052ef
25 changed files with 218 additions and 58 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func (c *Queue) getCollectorQueries(ctx context.Context) error {
id := database.MustToDBUUID(c.collector.ID)
queries, err := c.db.GetCollectorQueries(ctx, id)
queries, err := c.db.Queries.GetCollectorQueries(ctx, id)
if err != nil {
return err
}