Skip to content

Commit

Permalink
fix attendee model save
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Dec 12, 2023
1 parent 142587b commit 3ccd3d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/generator.cr
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ module PlaceOS::Model
Attendee.new(
visit_expected: true,
booking_id: booking.id,
guest_id: guest.id
guest_id: guest.id,
checked_in: false,
).save!

booking.id
Expand Down

0 comments on commit 3ccd3d1

Please sign in to comment.