mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
clean up
This commit is contained in:
parent
648ccd60fc
commit
77c0c5f32a
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue