Skip to content

Commit

Permalink
return nothing if not found
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Jul 22, 2021
1 parent b2ca46c commit 38d5963
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,5 @@ app_container <- function(url, deps = FALSE) {
} else {
device_tag
}
} else {
NULL
}
}
}

0 comments on commit 38d5963

Please sign in to comment.