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 a28079f commit 334b358Copy full SHA for 334b358
src/datasets/providers/index.ts
@@ -12,9 +12,9 @@ import { Flagsmith } from './flagsmith';
12
import { Flipt } from './flipt';
13
import { Goff } from './goff';
14
import { Harness } from './harness';
15
+import { Hyphen } from './hyphen';
16
import { Kameleoon } from './kameleoon';
17
import { LaunchDarkly } from './launchdarkly';
-import { Hyphen } from './hyphen';
18
import { MDBRules } from './mdb-rules';
19
import { PostHog } from './posthog';
20
import { Reflag } from './reflag';
@@ -64,10 +64,10 @@ export const PROVIDERS: Provider[] = [
64
Flipt,
65
Goff,
66
Harness,
67
+ Hyphen,
68
Hypertune,
69
Kameleoon,
70
LaunchDarkly,
- Hyphen,
71
MDBRules,
72
PostHog,
73
Reflag,
0 commit comments