From a7f55db777095bb9c7c58f5383a5e81985c4aec7 Mon Sep 17 00:00:00 2001 From: TylerSchroederWM <75996872+TylerSchroederWM@users.noreply.github.com> Date: Mon, 8 Feb 2021 18:01:42 -0500 Subject: wrong name v2 --- channels-lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels-lib.js b/channels-lib.js index 3212828..4334fca 100644 --- a/channels-lib.js +++ b/channels-lib.js @@ -72,7 +72,7 @@ class StreamController { this.streamData[datumIndex].oldestTimestampSeen = 0; } this.pushNewlySafeMessages(); - this.outputStream.end); + this.outputStream.end(); } }a } -- cgit v1.2.3