fix: members list endpoint authorization (#2571)
* fix: members list endpoint authorization * chore: update user types
This commit is contained in:
parent
49fd4427c8
commit
705b33377c
3 changed files with 7 additions and 13 deletions
2
web/types/users.d.ts
vendored
2
web/types/users.d.ts
vendored
|
|
@ -64,7 +64,7 @@ export interface IUserLite {
|
|||
}
|
||||
|
||||
export interface IUserMemberLite extends IUserLite {
|
||||
email: string;
|
||||
email?: string;
|
||||
}
|
||||
|
||||
export interface IUserActivity {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue