Skip to content

Commit d48dfbc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/datasets/providers/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import { Flagsmith } from './flagsmith';
1212
import { Flipt } from './flipt';
1313
import { Goff } from './goff';
1414
import { Harness } from './harness';
15+
import { Hyphen } from './hyphen';
1516
import { Kameleoon } from './kameleoon';
1617
import { LaunchDarkly } from './launchdarkly';
17-
import { Hyphen } from './hyphen';
1818
import { MDBRules } from './mdb-rules';
1919
import { PostHog } from './posthog';
2020
import { Reflag } from './reflag';
@@ -64,10 +64,10 @@ export const PROVIDERS: Provider[] = [
6464
Flipt,
6565
Goff,
6666
Harness,
67+
Hyphen,
6768
Hypertune,
6869
Kameleoon,
6970
LaunchDarkly,
70-
Hyphen,
7171
MDBRules,
7272
PostHog,
7373
Reflag,

0 commit comments

Comments
 (0)