Skip to content

Commit

Permalink
Adding test to api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaknarfen committed Jun 7, 2019
1 parent 5f52e96 commit 999c74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/routes/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ connection.once('open', () => {
if (err) {
next(err);
} else {
if (genes) {
if (genes.length) {
genes.forEach((p: Proteomics) => {
genePTissues.push(p.tissue);
});
Expand Down

0 comments on commit 999c74f

Please sign in to comment.