resolve conflict and fix
This commit is contained in:
@@ -18,7 +18,7 @@ type Booking struct {
|
||||
Unavailableto time.Time `json:"unavailableto"`
|
||||
Data map[string]any `json:"data"`
|
||||
|
||||
Deleted bool
|
||||
Deleted bool `json:"deleted"`
|
||||
Vehicle Vehicle `json:"vehicle" bson:"-"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user