This commit is contained in:
Peter Maquiran
2024-06-18 09:27:25 +01:00
parent 62c6afbe5b
commit 869d403f4e
3 changed files with 9 additions and 9 deletions
@@ -126,7 +126,7 @@ export class ViewEventPage implements OnInit {
setTimeZone() {
this.TimeZoneString = this.loadedEvent.TimeZone
}
@XTracerAsync({name:'AgendaPage/loadEvent', log: false, bugPrint: true})
@XTracerAsync({name:'ViewEventPage/loadEvent', log: false, bugPrint: true})
async loadEvent(tracing?: TracingType) {
let res = await this.agendaDataRepository.getEventById(this.eventId, tracing)