[MIGRATION] - Something happened on the way to heaven

This commit is contained in:
VitoAlbano
2024-08-23 00:00:52 +01:00
parent 7836f8c706
commit ae27801430
21 changed files with 102 additions and 89 deletions

View File

@@ -75,7 +75,9 @@ export class TaskDetailsCloudDemoComponent {
try {
errorMessage = JSON.parse(error).message || JSON.parse(error).entry?.message;
errorMessage = JSON.parse(errorMessage).message;
} catch {}
} catch {
/* empty */
}
this.notificationService.showError(errorMessage || error);
}
}