diff --git a/R/options.R b/R/options.R index 38657078..d6eda5a0 100644 --- a/R/options.R +++ b/R/options.R @@ -40,14 +40,14 @@ default_project_message() - f <- function(req){ - if(!is.null(req$content$reports)){ - return(TRUE) - } else { - return(FALSE) - }} - - googleAuthR::gar_cache_setup(invalid_func = f) + # f <- function(req){ + # if(!is.null(req$content$reports)){ + # return(TRUE) + # } else { + # return(FALSE) + # }} + + #googleAuthR::gar_cache_setup(invalid_func = f) invisible()