We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc3b9e commit 7f09f1dCopy full SHA for 7f09f1d
src/client/services/server-api/index.js
@@ -32,7 +32,6 @@ const ServerAPI = {
32
33
geneQuery(query){
34
if(query.genes.length>=1){
35
- query.genes= query.genes;
36
return fetch('/api/validation', {
37
method:'POST',
38
headers: {
0 commit comments