mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00:00
clean up
This commit is contained in:
parent
648ccd60fc
commit
77c0c5f32a
|
@ -60,7 +60,6 @@ export default class Friend {
|
||||||
} else {
|
} else {
|
||||||
this.doc = exist;
|
this.doc = exist;
|
||||||
this.doc.user = { ...this.doc.user, ...opts.user };
|
this.doc.user = { ...this.doc.user, ...opts.user };
|
||||||
console.log(this.doc.user);
|
|
||||||
this.save();
|
this.save();
|
||||||
}
|
}
|
||||||
} else if (opts.doc) {
|
} else if (opts.doc) {
|
||||||
|
|
Loading…
Reference in a new issue