fix: adding location to general query

This commit is contained in:
2025-04-01 19:32:55 +00:00
parent b56250c1f8
commit 9652549b01

View File

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