Skip to content

Commit

Permalink
fix: googleapis.com not reachable
Browse files Browse the repository at this point in the history
  • Loading branch information
PopGoesTheWza committed Mar 19, 2021
1 parent 4c04827 commit ce9ec09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const getApiFileType = (value: string): string => {
export const safeIsOnline = async (): Promise<boolean> =>
Boolean(process.env.HTTP_PROXY || process.env.HTTPS_PROXY) ||
isReachable([
'www.googleapis.com',
// 'www.googleapis.com',
'script.google.com',
'console.developers.google.com',
'console.cloud.google.com',
Expand Down

0 comments on commit ce9ec09

Please sign in to comment.