Skip to content

Commit fdd3441

Browse files
[Dashboard] Remove taint for THIRDWEB_ENGINE_URL (#7074)
1 parent 0c853e8 commit fdd3441

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

apps/dashboard/src/@/constants/server-envs.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ if (API_SERVER_SECRET) {
3636

3737
export const THIRDWEB_ENGINE_URL = process.env.THIRDWEB_ENGINE_URL || "";
3838

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-
4739
export const THIRDWEB_ACCESS_TOKEN = process.env.THIRDWEB_ACCESS_TOKEN || "";
4840

4941
if (THIRDWEB_ACCESS_TOKEN) {

0 commit comments

Comments
 (0)