Skip to content

Commit

Permalink
fix schema import
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Dec 6, 2023
1 parent bbffe3d commit b10a0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/commands/customObject/schema/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { ConfigFlags } = require('@hubspot/cli-lib/lib/constants');
const {
downloadSchema,
getResolvedPath,
} = require('@hubspot/local-dev-lib/schema');
} = require('@hubspot/local-dev-lib/customObjects');
const { fetchSchema } = require('@hubspot/cli-lib/api/fileTransport');
const { getCwd } = require('@hubspot/cli-lib/path');

Expand Down

0 comments on commit b10a0db

Please sign in to comment.