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