Skip to content

Commit 8e2aba0

Browse files
committed
feat(booking) [PPT-1942] include parent in json
1 parent 139d3c5 commit 8e2aba0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/placeos-models/booking.cr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,6 @@ module PlaceOS::Model
632632
def to_json(json : ::JSON::Builder)
633633
@current_state = booking_current_state
634634
@children = get_children
635-
@parent = get_parent
636635
if render_event && (meta = get_event_metadata)
637636
meta.ext_data = nil
638637
meta.render_linked_bookings = false

0 commit comments

Comments
 (0)