mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-09 22:48:54 +01:00
Redact uid for Value
This commit is contained in:
parent
ab1ec9ca21
commit
72b9005344
@ -81,6 +81,7 @@ impl Display for Value {
|
|||||||
f,
|
f,
|
||||||
"{}",
|
"{}",
|
||||||
json_string!(self, {
|
json_string!(self, {
|
||||||
|
".uid" => "[uid]",
|
||||||
".enqueuedAt" => "[date]",
|
".enqueuedAt" => "[date]",
|
||||||
".startedAt" => "[date]",
|
".startedAt" => "[date]",
|
||||||
".finishedAt" => "[date]",
|
".finishedAt" => "[date]",
|
||||||
|
Loading…
Reference in New Issue
Block a user