Skip to content

Commit

Permalink
Merge pull request #69 from kennedymwavu/fix-body-size-limit
Browse files Browse the repository at this point in the history
fix: body size limit
  • Loading branch information
JohnCoene committed Jul 17, 2024
2 parents d09a241 + 1bbb0e6 commit 98cdac3
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 98cdac3

Please sign in to comment.