Skip to content

Commit 4333ec6

Browse files
committed
ordering of import and provider array
Signed-off-by: Jared Wray <[email protected]>
1 parent fffa486 commit 4333ec6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/datasets/providers/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { Harness } from './harness';
1515
import { Hyphen } from './hyphen';
1616
import { Kameleoon } from './kameleoon';
1717
import { LaunchDarkly } from './launchdarkly';
18-
import { Hyphen } from './hyphen';
1918
import { MDBRules } from './mdb-rules';
2019
import { PostHog } from './posthog';
2120
import { Reflag } from './reflag';
@@ -69,7 +68,6 @@ export const PROVIDERS: Provider[] = [
6968
Hypertune,
7069
Kameleoon,
7170
LaunchDarkly,
72-
Hyphen,
7371
MDBRules,
7472
PostHog,
7573
Reflag,

0 commit comments

Comments
 (0)