Skip to content

Commit

Permalink
add instance to update signal
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jul 11, 2024
1 parent ce6866a commit 48c71df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/bookings.cr
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,7 @@ class Bookings < Application
get_placeos_client.root.signal("staff/booking/changed", {
action: signal,
id: booking.id,
instance: booking.instance,
booking_type: booking.booking_type,
booking_start: booking.booking_start,
booking_end: booking.booking_end,
Expand Down

0 comments on commit 48c71df

Please sign in to comment.