Skip to content

Commit 972ca05

Browse files
committed
chore: use TSFixme
1 parent 3e8b8d4 commit 972ca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config/src/env/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const getGeneralEnv = async function ({
9999
context,
100100
}) {
101101
const gitEnv = await getGitEnv(buildDir, branch)
102-
const deployUrls = getDeployUrls({ siteInfo: siteInfo as any, branch, deployId })
102+
const deployUrls = getDeployUrls({ siteInfo: siteInfo as $TSFixMe, branch, deployId })
103103
return removeFalsy({
104104
SITE_ID: id,
105105
SITE_NAME: name,

0 commit comments

Comments
 (0)