mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-05 11:26:39 +00:00
chore: replace all uses of bucket_id with the const
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user