Skip to content

Commit

Permalink
fix(backend/consts): Исправлено макс. количество человек в КБ
Browse files Browse the repository at this point in the history
  • Loading branch information
vklachkov committed Oct 16, 2024
1 parent 0d774ec commit 1c2978e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/domain/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pub use participant::{
ParticipantInfo, ParticipantRate,
};

pub const MAX_PARTICIPANTS_PER_BUREAU: usize = 1;
pub const MAX_PARTICIPANTS_PER_BUREAU: usize = 23;

0 comments on commit 1c2978e

Please sign in to comment.