From 38d59632e97cb1cfc8b7381a1ff82e5f230be480 Mon Sep 17 00:00:00 2001 From: DivadNojnarg Date: Thu, 22 Jul 2021 16:34:27 +0200 Subject: [PATCH] return nothing if not found --- R/utils.R | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/R/utils.R b/R/utils.R index b5a08a83..0162d6d6 100644 --- a/R/utils.R +++ b/R/utils.R @@ -768,7 +768,5 @@ app_container <- function(url, deps = FALSE) { } else { device_tag } - } else { - NULL - } + } } \ No newline at end of file