fix: adding location to general query

This commit is contained in:
2025-04-01 19:32:55 +00:00
parent ae62d2bea5
commit 1b2a99a3c8

View File

@ -34,7 +34,7 @@ type ImageWithProperties struct {
Events []struct { Events []struct {
model.Events model.Events
Location *model.Locations `alias:"Location.*"` Location *model.Locations
} }
} }