Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xvello committed Apr 30, 2024
1 parent b91749d commit f42fc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capture/tests/django_compat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct RequestDump {
now: String,
body: String,
output: Vec<Value>,
#[serde(default)]
#[serde(default)] // default = false
historical_migration: bool,
}

Expand Down

0 comments on commit f42fc6d

Please sign in to comment.