Skip to content

Commit

Permalink
fix: Remove default exports
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Jul 24, 2024
1 parent 95f60b6 commit e2e32e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/oauth.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const express = require('express');
const open = require('open');
const {
default: OAuth2Manager,
OAuth2Manager,
} = require('@hubspot/local-dev-lib/models/OAuth2Manager');
const { getAccountConfig } = require('@hubspot/local-dev-lib/config');
const { addOauthToAccountConfig } = require('@hubspot/local-dev-lib/oauth');
Expand Down

0 comments on commit e2e32e0

Please sign in to comment.