0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-02 03:58:58 +02:00

fix format error

This commit is contained in:
Folke Ashberg 2023-06-28 22:11:26 +02:00 committed by Mathijs van Veluw
parent 6050c8dac5
commit 839b2bc950

View file

@ -41,7 +41,7 @@ impl Collection {
name,
external_id: None,
};
new_model.set_external_id(external_id);
new_model
}