diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-02-26 16:26:26 +1300 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-02-26 16:26:26 +1300 |
commit | 14d3b867cc3d16b8179f0c62118690a74d5b8775 (patch) | |
tree | 74bfc05da6c2055ebecfa1ae5a5ec384948eeb75 | |
parent | b12aaed21a4ecc442bcb3f19d14471abda18d290 (diff) | |
download | patchfoo-14d3b867cc3d16b8179f0c62118690a74d5b8775.tar.gz patchfoo-14d3b867cc3d16b8179f0c62118690a74d5b8775.zip |
Don't consider reason to be an about property
-rw-r--r-- | lib/about.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |