Skip to content

Commit 67cc491

Browse files
committed
fix: not working in dev environment
1 parent f418c5e commit 67cc491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const secret = queryParams['secret'];
66
const prod = queryParams['prod'];
77
const configBase = {
88
options: {
9-
...(!prod) && {api: 'https://api-dev.featureflag.co'},
9+
...(prod === 'false') && {api: 'https://api-dev.featureflag.co'},
1010
secret,
1111
bootstrap: []
1212
}

0 commit comments

Comments
 (0)