style: lint
Build / Build-and-ng-test (pull_request) Failing after 1m11s
Build / Build-and-test-development (pull_request) Failing after 1m11s

This commit is contained in:
Mihajlo Medjedovic
2025-05-23 11:32:27 +02:00
parent 7b5e7ae184
commit 983f59cd51
@@ -203,15 +203,11 @@ export class AutomaticComponent implements OnInit {
const abortMsg = abortRes.sasjsAbort[0].MSG
const macMsg = abortRes.sasjsAbort[0].MAC
this.eventService.showAbortModal(
'makedata',
abortMsg,
{
SYSWARNINGTEXT: abortRes.SYSWARNINGTEXT,
SYSERRORTEXT: abortRes.SYSERRORTEXT,
MAC: macMsg
}
)
this.eventService.showAbortModal('makedata', abortMsg, {
SYSWARNINGTEXT: abortRes.SYSWARNINGTEXT,
SYSERRORTEXT: abortRes.SYSERRORTEXT,
MAC: macMsg
})
}
})
.catch((err: any) => {