fix: cover profile extra

This commit is contained in:
GyDi 2022-03-02 01:45:00 +08:00
parent 220a494692
commit 8dc2c1a38f
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084

View File

@ -321,8 +321,8 @@ impl Profiles {
for mut each in items.iter_mut() {
if each.uid == some_uid {
patch!(each, item, extra);
patch!(each, item, updated);
each.extra = item.extra;
each.updated = item.updated;
// save the file data
// move the field value after save