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
1 changed files with 1 additions and 1 deletions

View File

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