add monitoring

This commit is contained in:
Peter Maquiran
2024-06-18 09:14:22 +01:00
parent 157ecdd10b
commit 62c6afbe5b
19 changed files with 190 additions and 114 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ export class EventsService {
isMyEvent(event: any) {
const data: any = event
return data.Organizer.Id == SessionStore.user.UserId
return data.owner.wxUserId == SessionStore.user.UserId
}