pokemontrades / flairhq

A small project to allow easy adding of flair applications for subreddits (focusing initially on /r/pokemontrades) and easy moderation for moderators.
Apache License 2.0
11 stars 9 forks source link

Fix banlist trailing pipe bug #645

Closed robdy closed 5 years ago

robdy commented 6 years ago

Added support for entries with | (pipe) at the end of the line.

Currently such entries are being skipped due to this: https://github.com/pokemontrades/flairhq/blob/02a07783a4d082c6c7be331832ac2f0fc5b47cc8/api/services/Ban.js#L100-L102