Skip to content

Commit

Permalink
Update isMissingScopeError usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wang committed Feb 2, 2024
1 parent b1d3bd5 commit 42b756a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cli/commands/project/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ const { getHubSpotWebsiteOrigin } = require('@hubspot/local-dev-lib/urls');
const {
logApiErrorInstance,
ApiErrorContext,
isMissingScopeError,
isSpecifiedError,
} = require('../../lib/errorHandlers/apiErrors');
const {
isMissingScopeError,
} = require('@hubspot/local-dev-lib/errors/apiErrors');
const { logErrorInstance } = require('../../lib/errorHandlers/standardErrors');

const i18nKey = 'cli.commands.project.subcommands.dev';
Expand Down

0 comments on commit 42b756a

Please sign in to comment.