Skip to content

Commit

Permalink
fix: body size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedymwavu committed Jul 17, 2024
1 parent 68deaa3 commit 1bbb0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ambiorix.R
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Ambiorix <- R6::R6Class(
if(missing(value))
return(private$.limit)

private$.limit <- as.integer(limit)
private$.limit <- as.integer(value)
}
),
private = list(
Expand Down

0 comments on commit 1bbb0e6

Please sign in to comment.