mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 05:17:23 +09:00
Fix type
This commit is contained in:
parent
9e2791d939
commit
65d8234afe
@ -30,7 +30,7 @@ export default class Friend {
|
||||
|
||||
public doc: FriendDoc;
|
||||
|
||||
constructor(ai: 藍, opts: { user?: any, doc?: FriendDoc }) {
|
||||
constructor(ai: 藍, opts: { user?: User, doc?: FriendDoc }) {
|
||||
this.ai = ai;
|
||||
|
||||
if (opts.user) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user