Skip to content

Commit dc6d2db

Browse files
committed
remove unneeded key from flags
1 parent 87618d3 commit dc6d2db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/flagd/demo.flagd.json

-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"flags": {
44
"productCatalogFailure": {
55
"description": "Fail product catalog service on a specific product",
6-
"default": false,
76
"state": "ENABLED",
87
"variants": {
98
"on": true,
@@ -13,7 +12,6 @@
1312
},
1413
"recommendationServiceCacheFailure": {
1514
"description": "Fail recommendation service cache",
16-
"default": false,
1715
"state": "ENABLED",
1816
"variants": {
1917
"on": true,
@@ -23,7 +21,6 @@
2321
},
2422
"adServiceFailure": {
2523
"description": "Fail ad service",
26-
"default": false,
2724
"state": "ENABLED",
2825
"variants": {
2926
"on": true,
@@ -46,7 +43,6 @@
4643
},
4744
"cartServiceFailure": {
4845
"description": "Fail cart service",
49-
"default": false,
5046
"state": "ENABLED",
5147
"variants": {
5248
"on": true,

0 commit comments

Comments
 (0)