This commit is contained in:
syuilo 2021-01-03 15:04:49 +09:00
parent 648ccd60fc
commit 77c0c5f32a

View file

@ -60,7 +60,6 @@ export default class Friend {
} else {
this.doc = exist;
this.doc.user = { ...this.doc.user, ...opts.user };
console.log(this.doc.user);
this.save();
}
} else if (opts.doc) {