Added extra data showing

This commit is contained in:
Finn 2019-09-06 17:31:09 +01:00
parent af9069b17a
commit 3b8b5b97f4
5 changed files with 104 additions and 35 deletions

View file

@ -22,7 +22,6 @@ sub import_csv {
}
}
use Devel::Dwarn;
sub _row_to_result {
my ( $self, $row ) = @_;
@ -37,7 +36,7 @@ sub _row_to_result {
return unless $postcode_r;
return if $postcode_r->ward;
$postcode_r->update({ ward_id => $ward->id });
}