aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTylerSchroederWM <75996872+TylerSchroederWM@users.noreply.github.com>2021-02-08 18:01:42 -0500
committerGitHub <noreply@github.com>2021-02-08 18:01:42 -0500
commita7f55db777095bb9c7c58f5383a5e81985c4aec7 (patch)
treecbde6616acc9de9581bdcffd46bf3cc386ad7eb9
parent715fe9429b7bd4bff96fd2594dbb05b05a6596d6 (diff)
downloadssb-logbook-a7f55db777095bb9c7c58f5383a5e81985c4aec7.tar.gz
ssb-logbook-a7f55db777095bb9c7c58f5383a5e81985c4aec7.zip
wrong name v2
-rw-r--r--channels-lib.js2
1 files changed, 1 insertions, 1 deletions
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
}