mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 18:20:57 +00:00
3 lines
132 B
TypeScript
3 lines
132 B
TypeScript
/** Ensures government bookings outrank commercial priority (max ~1,500 today). */
|
|
export const GOVERNMENT_PRIORITY_BONUS = 50_000;
|