remove alert and change tracer

This commit is contained in:
Peter Maquiran
2024-06-19 09:03:26 +01:00
parent cb1e2ad753
commit 3fc377299c
18 changed files with 36 additions and 30 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ export class NotificationsService {
}
}
@XTracerAsync({name:'Notification/getAndpostToken', log: false, bugPrint: true, module:'notification', autoFinish: false})
@XTracerAsync({name:'Notification/getAndpostToken', bugPrint: true, module:'notification', autoFinish: false})
private getAndpostToken(username, tracing?: TracingType) {
const geturl = environment.apiURL + 'notifications/token';