Skip to content

Commit

Permalink
Merge pull request #35 from contentstack/fix/DX-624
Browse files Browse the repository at this point in the history
fix: asset import & variant export issue
  • Loading branch information
aman19K authored May 21, 2024
2 parents 0d0788d + de5cbbd commit db33448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/contentstack-import/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const config: DefaultConfig = {
types: [
'locales',
'environments',
'assets',
'taxonomies',
'extensions',
'marketplace-apps',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ export class VariantHttpClient<C> extends AdapterHelper<C, HttpClient> implement
getAllData,
returnResult,
content_type_uid,
locale,
skip = variantConfig.query.skip || 0,
limit = variantConfig.query.limit || 100,
locale = variantConfig.query.locale || 'en-us',
include_variant = variantConfig.query.include_variant || true,
} = options;

Expand Down

0 comments on commit db33448

Please sign in to comment.