mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Redact uid for Value
This commit is contained in:
parent
ab1ec9ca21
commit
72b9005344
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue