Files
FrenoCorp/apps/api/src/services/voiceprint/voiceprint.feature-flags.ts
Michael Freno 7928465a58 FRE-4510: Add voiceprint feature flag support
- Create voiceprint.feature-flags.ts to re-export checkFlag
- Update voiceprint.config.ts to use checkFlag for all flags
- Update voiceprint.service.ts to import checkFlag
- Ensure voiceprint services respect feature flags
2026-04-29 18:31:14 -04:00

8 lines
249 B
TypeScript

/**
* VoicePrint Feature Flags
* Re-exports the checkFlag function from the centralized feature flag system
*/
// Re-export the checkFlag function from the spamshield feature flags module
export { checkFlag } from '../spamshield/feature-flags';