Skip to content

Commit

Permalink
removed unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miketalley committed May 10, 2021
1 parent 2bafb86 commit f8bd2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/commands/config/set/defaultMode.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { logger } = require('@hubspot/cli-lib/logger');
const { getConfig, updateDefaultMode } = require('@hubspot/cli-lib/lib/config');
const { updateDefaultMode } = require('@hubspot/cli-lib/lib/config');
const inquirer = require('inquirer');
const {
Mode,
Expand Down

0 comments on commit f8bd2ed

Please sign in to comment.