Skip to content

Commit

Permalink
QAC lagt til som rapcontext
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthon committed Oct 30, 2024
1 parent c7c75c6 commit 8af85c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ getRapPackages <- function() {
#'
isRapContext <- function() {
if (Sys.getenv("R_RAP_INSTANCE") %in%
c("DEV", "TEST", "QA", "PRODUCTION", "PRODUCTIONC")) {
c("DEV", "TEST", "QA", "QAC", "PRODUCTION", "PRODUCTIONC")) {
return(TRUE)
} else {
return(FALSE)
Expand Down

0 comments on commit 8af85c5

Please sign in to comment.