We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842b764 commit 52a06ebCopy full SHA for 52a06eb
packages/sdk/shopify-oxygen/example/src/index.ts
@@ -9,7 +9,7 @@ const flagKey = 'sample-feature';
9
const context = {
10
kind: 'user',
11
key: 'example-user-key',
12
- name: 'Sandy'
+ name: 'Sandy',
13
};
14
15
const sdkOptions = {
@@ -23,5 +23,5 @@ export default {
23
const flagValue = await ldClient.variation(flagKey, context, false);
24
25
return new Response(JSON.stringify({ flagKey, flagValue }), { status: 200 });
26
- }
+ },
27
0 commit comments