Skip to content

Commit 7c830f6

Browse files
committed
Remove space
1 parent 71822b6 commit 7c830f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/services/server-api/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const ServerAPI = {
3131
geneQuery(query){
3232
query.genes=_.concat(['padding'],query.genes.split(' '));
3333
return fetch('/api/validation', {
34-
method:'POST',
34+
method:'POST',
3535
headers: {
3636
'Accept': 'application/json',
3737
'Content-Type': 'application/x-www-form-urlencoded'

0 commit comments

Comments
 (0)