Skip to content

Commit

Permalink
Make success field public
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg committed Sep 25, 2024
1 parent 8749620 commit 14b7692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/rate_limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct RateLimitOptions {

#[derive(Serialize, Deserialize)]
pub struct RateLimitOutcome {
success: bool,
pub success: bool,
}

unsafe impl Send for RateLimiter {}
Expand Down

0 comments on commit 14b7692

Please sign in to comment.