mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-12 13:19:30 -04:00
We had an inbound number in the database with a value of ''. This could happen if there are blank lines in the inbound numbers file we use for the `insert-inbound-numbers` command. To avoid this happening again, the command now calls `.strip()` on each line of the file and only inserts a row if the result is truthy (i.e. not '').