aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTylerSchroederWM <75996872+TylerSchroederWM@users.noreply.github.com>2021-02-08 18:01:03 -0500
committerGitHub <noreply@github.com>2021-02-08 18:01:03 -0500
commit715fe9429b7bd4bff96fd2594dbb05b05a6596d6 (patch)
treece8bb3b4503c40298373a8355f9f3a54053b1129
parent3f8d08032e35b90c30504b48134f8f5ef7ea43f8 (diff)
downloadssb-logbook-715fe9429b7bd4bff96fd2594dbb05b05a6596d6.tar.gz
ssb-logbook-715fe9429b7bd4bff96fd2594dbb05b05a6596d6.zip
wrong name
-rw-r--r--channels-lib.js2
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
}