Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Sep 6, 2024
1 parent 59bf6d7 commit cb5a72a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/api.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ generate_session_id <- function() {
replace = TRUE))))))
}

response_success <- function(data)
{
response_success <- function(data) {
list(status = jsonlite::unbox("success"), errors = NULL,
data = data)
}
}

0 comments on commit cb5a72a

Please sign in to comment.