Wip on changing flow with the minion
This commit is contained in:
parent
bc74496738
commit
22e6001362
3 changed files with 49 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue