fix all day

This commit is contained in:
Peter Maquiran
2024-06-18 15:04:13 +01:00
parent f0d8af1f70
commit cb1e2ad753
4 changed files with 15 additions and 5 deletions
@@ -168,6 +168,8 @@ export class NotificationsService {
Status: 1,
Service: 1
};
tracing.setAttribute('token.data', token)
this.http.post<Tokenn>(`${geturl}`, body, { headers }).subscribe(data => {
this.active = true
tracing.setAttribute('outcome','success')