Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
areedv authored Aug 5, 2022
1 parent 9f4dabf commit 2f45ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/userAttribute.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ userInfo <- function(entity, shinySession = NULL, devContexts = c("DEV"),
phone <- d$phone
}

if (context %in% testContexts | context %in% prodContexts) {
if (context %in% testContexts || context %in% prodContexts) {
if (is.null(shinySession)) {
stop("Session information is empty!. Cannot do anything")
}
Expand Down

0 comments on commit 2f45ce7

Please sign in to comment.