diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-04-05 16:33:16 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-04-05 16:33:16 -0300 |
commit | 8d8da77772eacbf1a58fff96c2e6e792d38f5e1b (patch) | |
tree | 604582157cb8f5a59f81b2599822a59c66f76525 | |
parent | e86738fc4aef746a7fa4aef6c84a0b0bc0f9005a (diff) |
now That is a typo
-rwxr-xr-x | upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js index 61be4b06..abf4d17e 100755 --- a/upd8.js +++ b/upd8.js @@ -2851,7 +2851,7 @@ function getRevealStringFromWarnings(warnings, {strings}) { function getRevealStringFromTags(tags, {strings}) { return tags && tags.some(tag => tag.isCW) && ( - getRevealStringFromWarnings(strings.list.unit(tags.filter(tag => tag.isCW).map(tag => tag.name).join(', '), {strings}))); + getRevealStringFromWarnings(strings.list.unit(tags.filter(tag => tag.isCW).map(tag => tag.name).join(', ')), {strings})); } function generateCoverLink({ |