diff options
author | TylerSchroederWM <75996872+TylerSchroederWM@users.noreply.github.com> | 2021-02-08 18:01:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 18:01:42 -0500 |
commit | a7f55db777095bb9c7c58f5383a5e81985c4aec7 (patch) | |
tree | cbde6616acc9de9581bdcffd46bf3cc386ad7eb9 /channels-lib.js | |
parent | 715fe9429b7bd4bff96fd2594dbb05b05a6596d6 (diff) | |
download | ssb-logbook-a7f55db777095bb9c7c58f5383a5e81985c4aec7.tar.gz ssb-logbook-a7f55db777095bb9c7c58f5383a5e81985c4aec7.zip |
wrong name v2
Diffstat (limited to 'channels-lib.js')
-rw-r--r-- | channels-lib.js | 2 |
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 } |