Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Apr 12, 2024
1 parent dc85117 commit 25cd4b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/lib/prompts/projectDevTargetAccountPrompt.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { promptUser } = require('./promptUtils');
const { i18n } = require('../lang');
const { uiAccountDescription, uiCommandReference } = require('../ui');
const { isSandbox } = require('../accountTypes');
const { isSandbox, isDeveloperTestAccount } = require('../accountTypes');
const { getAccountId } = require('@hubspot/local-dev-lib/config');
const { getSandboxUsageLimits } = require('@hubspot/local-dev-lib/sandboxes');
const {
Expand All @@ -12,7 +12,6 @@ const { logger } = require('@hubspot/local-dev-lib/logger');
const {
fetchDeveloperTestAccounts,
} = require('@hubspot/local-dev-lib/developerTestAccounts');
const { isDeveloperTestAccount } = require('../accountTypes');

const i18nKey = 'cli.lib.prompts.projectDevTargetAccountPrompt';

Expand Down

0 comments on commit 25cd4b0

Please sign in to comment.