vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 248e7dabc2e389ac67e77c1c6078259c29b7f997
parent 4584cfe3c18820d8235628cdf629655abd601bc7
Author: Jake Howard <RealOrangeOne@users.noreply.github.com>
Date:   Tue, 28 Dec 2021 21:54:09 +0000

Collapse field name definition

Co-authored-by: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Diffstat:
Msrc/util.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util.rs b/src/util.rs @@ -130,7 +130,7 @@ impl<R> Cached<R> { Self { response, is_immutable, - ttl: ttl, + ttl, } } }