From e14bd30796012a773622bc306c432ac80cc1e2fe Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 23 Jun 2023 12:04:53 +0200 Subject: [PATCH] fix typo --- ccp/js/executionhistorycontroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js index 666db40..b94694c 100644 --- a/ccp/js/executionhistorycontroller.js +++ b/ccp/js/executionhistorycontroller.js @@ -8,7 +8,7 @@ class CCPExecutionHistory extends HTMLElement { #data = []; #pending = []; #filtered = []; - #sockets = null; + #socket = null; #interval = null; #searchfield = null; #fileupload = null;