Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Aug 28, 2024
1 parent c6ca1f7 commit d76b8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/api.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
}

0 comments on commit d76b8fa

Please sign in to comment.