Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Header imports are duplicated #28

Closed
stevenpetryk opened this issue Apr 16, 2020 · 1 comment · Fixed by #29
Closed

Header imports are duplicated #28

stevenpetryk opened this issue Apr 16, 2020 · 1 comment · Fixed by #29
Labels

Comments

@stevenpetryk
Copy link
Contributor

After a fresh run of master, I see this in the generated files:

// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY IT.

import { Asset, Entry } from 'contentful'
import { Document } from '@contentful/rich-text-types'

// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY IT.

import { Asset, Entry } from 'contentful'
import { Document } from '@contentful/rich-text-types'

Worth fixing before the next release.

stevenpetryk pushed a commit that referenced this issue Apr 16, 2020
Just a bad merge led to this, I think.

Closes #28
stevenpetryk pushed a commit that referenced this issue Apr 16, 2020
Just a bad merge led to this, I think.

Closes #28
@stevenpetryk
Copy link
Contributor Author

🎉 This issue has been resolved in version 3.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

zernie pushed a commit to zernie/contentful-typescript-codegen that referenced this issue Jun 3, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant