Skip to content

Commit

Permalink
Fix async tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sushain97 committed Mar 7, 2021
1 parent bd43af4 commit 506042a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ impl From<RocketJsonValue> for JsonValue {
#[derive(FromForm)]
pub struct Params {
pub recursive: Option<bool>,

#[form(field = "async")]
pub r#async: Option<bool>,
}

Expand Down

0 comments on commit 506042a

Please sign in to comment.