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

Geneinfo service should return empty results (an empty array) when the gene is not found #1118

Open
tonydisera opened this issue Nov 11, 2024 · 0 comments
Assignees
Milestone

Comments

@tonydisera
Copy link
Collaborator

When there are no rows returned from the select statement, an object is still created with an empty array of transcripts.

[{"transcripts":[]}]

Instead, when no results are returned, an empty array should be returned.

[]

@tonydisera tonydisera added this to the 4.11.4 milestone Nov 11, 2024
@tonydisera tonydisera self-assigned this Nov 11, 2024
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

No branches or pull requests

1 participant