Skip to content
Snippets Groups Projects
Unverified Commit 8dc2c1a3 authored by GyDi's avatar GyDi
Browse files

fix: cover profile extra

parent 220a4946
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment