mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 07:57:22 +09: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…
x
Reference in New Issue
Block a user