Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

entgql: Fix duplicate import present in gql_where_input.go #452

Merged
merged 2 commits into from
Mar 11, 2023

Conversation

Adam-Mustafa
Copy link
Contributor

Fixes ent/ent#3373

  • Removes the unnecessary call to template "import/types" since it was just creating an empty line.

@Adam-Mustafa Adam-Mustafa changed the title remove empty template to exclude spaces entgql: Fix duplicate import present in gql_where_input.go Mar 8, 2023
Copy link
Member

@a8m a8m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's give it a try and see how it goes.

@a8m a8m merged commit 327f05c into ent:master Mar 11, 2023
@a8m
Copy link
Member

a8m commented Mar 11, 2023

Thanks for the contribution, @Adam-Mustafa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

entgql: Duplicate import present in gql_where_input.go
2 participants