From 14d3b867cc3d16b8179f0c62118690a74d5b8775 Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 26 Feb 2019 16:26:26 +1300 Subject: Don't consider reason to be an about property --- lib/about.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/about.js b/lib/about.js index 5f1c618..ecaab28 100644 --- a/lib/about.js +++ b/lib/about.js @@ -20,6 +20,7 @@ About.prototype.createAboutOpStream = function (id) { return key !== 'about' && key !== 'type' && key !== 'recps' + && key !== 'reason' }).map(function (key) { var value = c[key] return { -- cgit v1.2.3