Skip to content

Commit

Permalink
Fix uberon map for connectivity not being saved as a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehsurfer committed Jun 20, 2023
1 parent 64af1fb commit 643690e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/flatmapQueries.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ let FlatmapQueries = function(){
found.push(n)
}
})
return [... new Set(found.flat())]
this.uberons = [... new Set(found.flat())]
return this.uberons
}

this.flattenConntectivity = function (connectivity) {
Expand Down

0 comments on commit 643690e

Please sign in to comment.