fix static analysis

This commit is contained in:
Dennis Eichhorn 2023-04-09 06:03:39 +02:00
parent 0dd94695b8
commit 7dbbd69577

View File

@ -119,7 +119,7 @@ export class GeneralUI
uri = window.omsApp.request.getRootPath() + uri;
fetch(UriFactory.build(uri))
.then (response => response.text())
.then(response => response.text())
.then((html) => {
if (window.omsApp.state && window.omsApp.state.hasChanges) {
const message = new NotificationMessage(