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 839b2bc950837999fbcb21c4dda0afc84d68d295
parent 6050c8dac50ad892d8ed8e00cd0c930c42dff039
Author: Folke Ashberg <folke@ashberg.de>
Date:   Wed, 28 Jun 2023 22:11:26 +0200

fix format error

Diffstat:
Msrc/db/models/collection.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/db/models/collection.rs b/src/db/models/collection.rs @@ -41,7 +41,7 @@ impl Collection { name, external_id: None, }; - + new_model.set_external_id(external_id); new_model }