Files
notifications-admin/app
Chris Hill-Scott 587e18d2ef Lookup index, rather than iterating
Since instances of `Recipients` are now iterable we can just look up the
first row by index, rather than having to hit the rows property as a
generator.

There is a chance that there won’t be a first row, if the file has 1 or
fewer columns. So we still need to handle a possible exception (albeit
it a different one to before).
2017-12-20 11:15:37 +00:00
..
2017-12-20 11:15:37 +00:00
2017-11-16 16:35:24 +00:00
2017-12-18 14:14:36 +00:00