Skip to content

Commit

Permalink
fix dataset selection error
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Sep 10, 2024
1 parent b8d5822 commit 4fb9a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.R
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ shinyServer(function(input, output, session) {
try(
{
scopes <- synapse_get_project_scope(id = .asset_view, auth = access_token)
scopes <- unique(scopes)
scope_access <- vapply(scopes, function(x) {
synapse_access(id = x, access = "DOWNLOAD", auth = access_token)
}, 1L)
Expand Down

0 comments on commit 4fb9a78

Please sign in to comment.