Skip to content

Commit

Permalink
Remove httpClient.
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Feb 14, 2024
1 parent 7e3d2d1 commit 8d9517a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cli/lib/DevServerManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const {
getHubSpotApiOrigin,
getHubSpotWebsiteOrigin,
} = require('@hubspot/local-dev-lib/urls');
const httpClient = require('@hubspot/local-dev-lib/http');
const { getAccountConfig } = require('@hubspot/local-dev-lib/config');

const i18nKey = 'cli.lib.DevServerManager';
Expand Down Expand Up @@ -103,7 +102,6 @@ class DevServerManager {
debug: this.debug,
projectConfig,
requestPorts,
httpClient,
});
}
});
Expand Down

0 comments on commit 8d9517a

Please sign in to comment.