Skip to content

Commit d9362d4

Browse files
authored
fix: proxy (#81)
1 parent 5ea457a commit d9362d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/src/shared/fs.ts

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export async function mergeMetrics(productName: string, caseName: string) {
138138
const agent = new ProxyAgent();
139139
axios.defaults.httpAgent = agent;
140140
axios.defaults.httpsAgent = agent;
141+
axios.defaults.proxy = false;
141142
}
142143
const response = await axios.get(remoteURL);
143144
allData = response.data;

0 commit comments

Comments
 (0)