Files
notifications-api/tests/app
Katie Smith 67d1b3719e Stop blank strings being inserted as inbound numbers
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 '').
2022-03-01 15:31:54 +00:00
..
2022-02-28 12:45:25 +00:00
2022-02-28 12:45:25 +00:00
2022-02-28 12:45:25 +00:00