mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add monitoring
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user