Skip to content

Commit f236549

Browse files
committed
chore(fix): fix proxy agent
1 parent 8b642dd commit f236549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/generator-cli/src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Inject, Module, OnApplicationBootstrap } from '@nestjs/common';
22
import { HttpModule, HttpModuleOptions } from '@nestjs/axios';
33
import { Command } from 'commander';
4-
import ProxyAgent from 'proxy-agent';
4+
import { ProxyAgent } from 'proxy-agent';
55

66
import { COMMANDER_PROGRAM, LOGGER } from './constants';
77
import { VersionManagerController } from './controllers/version-manager.controller';

0 commit comments

Comments
 (0)