fix
This commit is contained in:
parent
df66f4ea3e
commit
8edef36ead
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ export class InviteManager extends BaseManager<InvitePayload, Invite> {
|
||||||
: typeof options.targetUser === 'string'
|
: typeof options.targetUser === 'string'
|
||||||
? options.targetUser
|
? options.targetUser
|
||||||
: options.targetUser.id,
|
: options.targetUser.id,
|
||||||
target_user_type: options?.targetUser
|
target_user_type: options?.targetUserType
|
||||||
}
|
}
|
||||||
)) as unknown) as InvitePayload
|
)) as unknown) as InvitePayload
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue