From d76b8fa75d175f342336961b9f9d74309be9aa95 Mon Sep 17 00:00:00 2001 From: "alex.hill@gmail.com" Date: Wed, 28 Aug 2024 15:59:47 +0100 Subject: [PATCH] lint --- R/api.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/api.R b/R/api.R index ba373eb..b325595 100644 --- a/R/api.R +++ b/R/api.R @@ -191,5 +191,5 @@ get_or_create_session_id <- function(req) { } generate_session_id <- function() { - rawToChar(as.raw(sample(c(65:90, 97:122), 10, replace=T))) + rawToChar(as.raw(sample(c(65:90, 97:122), 10, replace = TRUE))) }