chore: replace all uses of bucket_id with the const

This commit is contained in:
kolaente
2024-10-02 10:43:51 +02:00
parent 425f6378c6
commit d81f2db6ef
3 changed files with 5 additions and 5 deletions

View File

@@ -460,7 +460,7 @@ func convertParsedFilterToTypesense(rawFilters []*taskFilter) (filterBy string,
f.field = "project_id"
}
if f.field == "bucket_id" {
if f.field == taskPropertyBucketID {
f.field = "buckets"
}