diff options
author | TylerSchroederWM <75996872+TylerSchroederWM@users.noreply.github.com> | 2021-02-08 18:01:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 18:01:03 -0500 |
commit | 715fe9429b7bd4bff96fd2594dbb05b05a6596d6 (patch) | |
tree | ce8bb3b4503c40298373a8355f9f3a54053b1129 /channels-lib.js | |
parent | 3f8d08032e35b90c30504b48134f8f5ef7ea43f8 (diff) | |
download | ssb-logbook-715fe9429b7bd4bff96fd2594dbb05b05a6596d6.tar.gz ssb-logbook-715fe9429b7bd4bff96fd2594dbb05b05a6596d6.zip |
wrong name
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 980aac1..3212828 100644 --- a/channels-lib.js +++ b/channels-lib.js @@ -72,7 +72,7 @@ class StreamController { this.streamData[datumIndex].oldestTimestampSeen = 0; } this.pushNewlySafeMessages(); - this.outputStream.push(); + this.outputStream.end); } }a } |