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 b128358 commit 6d8d185Copy full SHA for 6d8d185
apps/dashboard/src/@/constants/server-envs.ts
@@ -36,14 +36,6 @@ if (API_SERVER_SECRET) {
36
37
export const THIRDWEB_ENGINE_URL = process.env.THIRDWEB_ENGINE_URL || "";
38
39
-if (THIRDWEB_ENGINE_URL) {
40
- experimental_taintUniqueValue(
41
- "Do not pass THIRDWEB_ENGINE_URL to the client",
42
- process,
43
- THIRDWEB_ENGINE_URL,
44
- );
45
-}
46
-
47
export const THIRDWEB_ACCESS_TOKEN = process.env.THIRDWEB_ACCESS_TOKEN || "";
48
49
if (THIRDWEB_ACCESS_TOKEN) {
0 commit comments