Skip to content

Commit

Permalink
Fix cox repeat trip (#6137)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit authored Oct 27, 2024
1 parent 7547a41 commit c0be06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/repeatStoredTrip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ export const tripHandlers = {
cox: {
start: {
challenge_mode: data.challengeMode,
max_team_size: data.maxSizeInput,
type: data.users.length === 1 ? 'solo' : 'mass',
quantity: data.quantity
}
}
Expand Down

0 comments on commit c0be06f

Please sign in to comment.