mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
fix issue with has invitation accepted
This commit is contained in:
parent
5c36fa851c
commit
668d00418d
@ -45,6 +45,7 @@ export default class ProjectAPI extends BaseAPI<Project, ProjectServiceType> {
|
||||
query: {
|
||||
userId: (req as OneUptimeRequest)
|
||||
.userAuthorization!.userId!,
|
||||
hasAcceptedInvitation: true
|
||||
},
|
||||
select: {
|
||||
project: {
|
||||
|
Loading…
Reference in New Issue
Block a user