Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 66fecb9

Browse files
committed
docs: add constant comment
ref issue #383
1 parent 3fd55ba commit 66fecb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/constants/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,7 @@ export const MAX_ALLOWED_INTERVIEWS = 3;
368368
*/
369369
export const CUSTOM_ROLE_NAMES = ["custom", "niche"];
370370

371+
/**
372+
* Minimal Resource Booking duration (weeks)
373+
*/
371374
export const MIN_DURATION = 4;

0 commit comments

Comments
 (0)