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 96ebf37 commit 1338a0cCopy full SHA for 1338a0c
apps/dashboard/src/@/constants/server-envs.ts
@@ -92,23 +92,7 @@ if (REDIS_URL) {
92
);
93
}
94
95
+// DO NOT TAINT THESE VALUES (for now)
96
export const GROWTH_PLAN_SKU = process.env.GROWTH_PLAN_SKU || "";
-
97
-if (GROWTH_PLAN_SKU) {
98
- experimental_taintUniqueValue(
99
- "Do not pass GROWTH_PLAN_SKU to the client",
100
- process,
101
- GROWTH_PLAN_SKU,
102
- );
103
-}
104
105
export const PAYMENT_METHOD_CONFIGURATION =
106
process.env.PAYMENT_METHOD_CONFIGURATION || "";
107
108
-if (PAYMENT_METHOD_CONFIGURATION) {
109
110
- "Do not pass PAYMENT_METHOD_CONFIGURATION to the client",
111
112
- PAYMENT_METHOD_CONFIGURATION,
113
114
0 commit comments