Skip to content

Commit

Permalink
Fix (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Fosco <[email protected]>
  • Loading branch information
cosa65 and Martin Fosco authored Mar 24, 2021
1 parent 267f6d1 commit 8d0cf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remoter-server/src/utils.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
generate_plotuuid <- function(sample_uuid, task_name, plot_idx) {

if(sample_id != "") {
if(sample_uuid != "") {
return(paste(sample_uuid, task_name, plot_idx, sep="-"))
}

Expand Down

0 comments on commit 8d0cf05

Please sign in to comment.