From 951f0c69906eea7dced624ac27c4f06254bd4ac5 Mon Sep 17 00:00:00 2001 From: Adam Gardner <26523841+agardnerIT@users.noreply.github.com> Date: Thu, 26 Sep 2024 05:00:10 +0000 Subject: [PATCH] reset flag to off by default --- flags.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flags.yaml b/flags.yaml index 29e0301..90b8c58 100644 --- a/flags.yaml +++ b/flags.yaml @@ -72,7 +72,7 @@ data: "on": true, "off": false }, - "defaultVariant": "on" + "defaultVariant": "off" }, "paymentServiceFailure": { "description": "Fail payment service charge requests",