This commit is contained in:
syuilo 2018-08-28 13:36:23 +09:00 committed by GitHub
parent 9e2791d939
commit 65d8234afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {