We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48dfbc commit fffa486Copy full SHA for fffa486
src/datasets/providers/index.ts
@@ -15,6 +15,7 @@ import { Harness } from './harness';
15
import { Hyphen } from './hyphen';
16
import { Kameleoon } from './kameleoon';
17
import { LaunchDarkly } from './launchdarkly';
18
+import { Hyphen } from './hyphen';
19
import { MDBRules } from './mdb-rules';
20
import { PostHog } from './posthog';
21
import { Reflag } from './reflag';
@@ -68,6 +69,7 @@ export const PROVIDERS: Provider[] = [
68
69
Hypertune,
70
Kameleoon,
71
LaunchDarkly,
72
+ Hyphen,
73
MDBRules,
74
PostHog,
75
Reflag,
0 commit comments