mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-27 22:16:29 +00:00
test the error codes on the task routes
This commit is contained in:
@@ -270,6 +270,7 @@ pub struct TaskDateQueryRaw {
|
||||
pub after_finished_at: Option<String>,
|
||||
pub before_finished_at: Option<String>,
|
||||
}
|
||||
|
||||
impl TaskDateQueryRaw {
|
||||
fn validate(self) -> Result<TaskDateQuery, ResponseError> {
|
||||
let Self {
|
||||
|
||||
Reference in New Issue
Block a user