Skip to content

Commit 9e5cc7d

Browse files
fix: add json type to flagDataTypeMap in feature flag factory
1 parent 007fe85 commit 9e5cc7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frontend/factories/feature-flag-factory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const flagDataTypeMap: Record<KindeFlagTypeCode, KindeFlagTypeValue> = {
77
s: "string",
88
i: "integer",
99
b: "boolean",
10+
j: "json",
1011
};
1112

1213
export const getFlagFactory = (featureFlags: KindeFeatureFlags) => {

0 commit comments

Comments
 (0)