mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: members list endpoint authorization (#2571)
* fix: members list endpoint authorization * chore: update user types
This commit is contained in:
committed by
GitHub
parent
49fd4427c8
commit
705b33377c
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 {
|
||||
|
||||
Reference in New Issue
Block a user