Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
hotfix: add guests
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler committed Sep 14, 2024
1 parent 738f176 commit e64067a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/internal_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ def create
created_at: Time.now.utc,
lanes: [LaneFactory.competing_lane(event_ids: event_ids,
comment: comment,
registration_status: status)])
registration_status: status)],
guests: 0)
render json: { status: 'ok' }
end
end
Expand Down

0 comments on commit e64067a

Please sign in to comment.