Revert "Remove panic on the geosearch"

This commit is contained in:
Tamo 2024-01-25 18:51:19 +01:00 committed by GitHub
parent b6fc181993
commit c1bf33a112
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 179 deletions

View file

@ -64,7 +64,7 @@ impl Display for Value {
write!(
f,
"{}",
json_string!(self, { ".enqueuedAt" => "[date]", ".startedAt" => "[date]", ".finishedAt" => "[date]", ".duration" => "[duration]" })
json_string!(self, { ".enqueuedAt" => "[date]", ".processedAt" => "[date]", ".finishedAt" => "[date]", ".duration" => "[duration]" })
)
}
}