Wip on changing flow with the minion

This commit is contained in:
Finn 2019-07-08 16:41:59 +01:00
parent bc74496738
commit 22e6001362
No known key found for this signature in database
GPG key ID: 7455B4B17685B598
3 changed files with 49 additions and 8 deletions

View file

@ -14,10 +14,8 @@ sub import_csv {
my ($self) = @_;
my $rows = $self->csv_data;
foreach my $row ( @{$rows} ) {
$self->_row_to_result($row);
}
return 1;
return $rows;
}
sub _row_to_result {