fix: use correct variable
This commit is contained in:
parent
e958147d79
commit
973445a7d8
@ -60,7 +60,7 @@ sub queue
|
|||||||
{
|
{
|
||||||
my ($self, $transaction, $rcpt) = @_;
|
my ($self, $transaction, $rcpt) = @_;
|
||||||
|
|
||||||
$minion->enqueue(transmit => [$rcpt] => {
|
$self->{minion}->enqueue(transmit => [$rcpt] => {
|
||||||
attempts => 10,
|
attempts => 10,
|
||||||
expire => 60*60*24*2,
|
expire => 60*60*24*2,
|
||||||
queue => $rcpt->{destination}
|
queue => $rcpt->{destination}
|
||||||
|
Loading…
Reference in New Issue
Block a user