diff --git a/storage/bookings.go b/storage/bookings.go index ed8a3e3..7c48857 100644 --- a/storage/bookings.go +++ b/storage/bookings.go @@ -19,7 +19,7 @@ type Booking struct { Data map[string]any `json:"data"` Deleted bool - Vehicle Vehicle + Vehicle Vehicle `json:"vehicle" bson:"-"` } func (b Booking) Status() int {