From 7dbbd695779cbb6069a25557055af3c6cb960a0a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 9 Apr 2023 06:03:39 +0200 Subject: [PATCH] fix static analysis --- UI/GeneralUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/GeneralUI.js b/UI/GeneralUI.js index dfd9a29..2b36725 100755 --- a/UI/GeneralUI.js +++ b/UI/GeneralUI.js @@ -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(