Skip to content

Commit

Permalink
fix(bookings): changed signal
Browse files Browse the repository at this point in the history
asset_ids instead of asset_id
  • Loading branch information
stakach committed Feb 15, 2024
1 parent 407b1eb commit f50d184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/bookings.cr
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ class Bookings < Application
booking_start: booking.booking_start,
booking_end: booking.booking_end,
timezone: booking.timezone,
resource_id: booking.asset_ids,
resource_id: booking.asset_id,
resource_ids: booking.asset_ids,
user_id: booking.user_id,
user_email: booking.user_email,
Expand Down

0 comments on commit f50d184

Please sign in to comment.