fix input filter

This commit is contained in:
Peter Maquiran
2024-07-15 12:52:21 +01:00
parent 0c024beb77
commit 57ee7dd7cf
7 changed files with 36 additions and 15 deletions
@@ -191,6 +191,7 @@ export class NotificationsService {
tracing.setAttribute('outcome','success')
tracing.finish()
}, (error) => {
tracing.setAttribute('postToken','failed')
tracing.setAttribute('outcome','failed')
tracing.finish()
})