Skip to content

Commit 95d1602

Browse files
committed
feat: re-ordered-list
Signed-off-by: wadii <[email protected]>
1 parent 1aca115 commit 95d1602

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/datasets/providers/flagsmith.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ export const Flagsmith: Provider = {
2424
category: ['Client'],
2525
},
2626
{
27-
technology: '.NET',
27+
technology: 'JavaScript',
2828
vendorOfficial: true,
29-
href: 'https://github.com/open-feature/dotnet-sdk-contrib/tree/main/src/OpenFeature.Contrib.Providers.Flagsmith',
29+
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/flagsmith',
3030
category: ['Server'],
3131
},
3232
{
33-
technology: 'Python',
33+
technology: '.NET',
3434
vendorOfficial: true,
35-
href: 'https://github.com/Flagsmith/flagsmith-openfeature-provider-python',
35+
href: 'https://github.com/open-feature/dotnet-sdk-contrib/tree/main/src/OpenFeature.Contrib.Providers.Flagsmith',
3636
category: ['Server'],
3737
},
3838
{
39-
technology: 'JavaScript',
39+
technology: 'Python',
4040
vendorOfficial: true,
41-
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/flagsmith',
41+
href: 'https://github.com/Flagsmith/flagsmith-openfeature-provider-python',
4242
category: ['Server'],
4343
},
4444
],

0 commit comments

Comments
 (0)