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
+1 -1
View File
@@ -126,7 +126,7 @@ export class ViewEventPage implements OnInit {
const loader = this.toastService.loading();
let res = await this.agendaDataRepository.getEventById(this.eventId)
let res = await this.agendaDataRepository.getEventById(this.eventId, tracing)
if(res.isOk()) {
tracing.setAttribute('outcome', 'success')