Skip to content

Commit b069d5d

Browse files
committed
Update index.tsx
1 parent 4fc7efb commit b069d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/typescript/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { asyncWithLDProvider, LDContext } from 'launchdarkly-react-client-sdk';
1414
};
1515

1616
const LDProvider = await asyncWithLDProvider({
17-
clientSideID: process.env.REACT_APP_LD_CLIENT_SIDE_ID ?? '59b2b2596d1a250b1c78baa4',
17+
clientSideID: process.env.REACT_APP_LD_CLIENT_SIDE_ID ?? '',
1818
context,
1919
});
2020

0 commit comments

Comments
 (0)