Apply suggestions from code review

Co-authored-by: Clément Renault <clement@meilisearch.com>

Apply suggestions from code review

Co-authored-by: Clément Renault <clement@meilisearch.com>
Co-authored-by: Tamo <tamo@meilisearch.com>

Apply suggestions from code review

Co-authored-by: Clément Renault <clement@meilisearch.com>
Co-authored-by: Tamo <tamo@meilisearch.com>

Apply code review suggestion

Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
Loïc Lecrenier 2022-10-19 16:13:14 +02:00 committed by Clément Renault
parent 22cf0559fe
commit 10a547df4f
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 7 additions and 17 deletions

View file

@ -211,7 +211,6 @@ pub struct TaskDateQuery {
deserialize_with = "rfc3339_date_or_datetime::deserialize"
)]
before_started_at: Option<OffsetDateTime>,
#[serde(
default,
skip_serializing_if = "Option::is_none",