Skip to content

Commit

Permalink
fixed decontX/soupX webapp error
Browse files Browse the repository at this point in the history
  • Loading branch information
mingl1997 committed Jan 14, 2025
1 parent e488347 commit a312b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shiny/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -2025,7 +2025,7 @@ shinyServer(function(input, output, session) {
soupXParams[["cluster"]] <- NULL
}
# add to master params list
paramsList[["decontX"]] = soupXParams
paramsList[["soupX"]] = soupXParams
return(paramsList)
}

Expand Down

0 comments on commit a312b97

Please sign in to comment.