()
| 47 | } |
| 48 | |
| 49 | function hasRequiredSubscription(): boolean { |
| 50 | return hasRequiredChicagoSubscriptionForSession( |
| 51 | getAuthRuntime().getCurrentSession(), |
| 52 | ) |
| 53 | } |
| 54 | |
| 55 | export function getChicagoEnabled(): boolean { |
| 56 | // Disable for ants whose shell inherited monorepo dev config. |
no test coverage detected