Skip to content

Conversation

bmodotdev
Copy link

Closes #278

Description

Do NOT write here! This section will be filled in by GitHub Action
automatically. If you don't want this, either remove the markers or write
outside the fences.

Detail

Before fix:

ZENDESK_SUBDOMAIN=foo [email protected] ZENDESK_API_TOKEN=hunter2 yarn dev themes:import --brandId=123 .
yarn run v1.22.22
$ ts-node ./packages/zcli/bin/run themes:import --brandId=123 .
Creating theme import job... !
TypeError: errors is not iterable
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

After fix:

ZENDESK_SUBDOMAIN=foo [email protected] ZENDESK_API_TOKEN=hunter2 yarn dev themes:import --brandId=123 .
yarn run v1.22.22
$ ts-node ./packages/zcli/bin/run themes:import --brandId=123 .
Creating theme import job... !
›   Error: Request failed with status code 401
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Closes #278

Checklist

  • 💂‍♂️ includes new unit and functional tests

@bmodotdev bmodotdev requested a review from a team as a code owner March 26, 2025 16:34
@mtsolakiszen
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@mtsolakiszen mtsolakiszen added the wontfix This will not be worked on label Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

themes errors is not iterable
2 participants