Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-22 05:10:29 +01:00
Collapse field name definition
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
Dieser Commit ist enthalten in:
Ursprung
4584cfe3c1
Commit
248e7dabc2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -130,7 +130,7 @@ impl<R> Cached<R> {
|
||||||
Self {
|
Self {
|
||||||
response,
|
response,
|
||||||
is_immutable,
|
is_immutable,
|
||||||
ttl: ttl,
|
ttl,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Laden …
In neuem Issue referenzieren