Fix errors not being correctly cleaned up on FROM address save
[MAILPOET-2804]
This commit is contained in:
@ -99,7 +99,7 @@ class Settings extends APIEndpoint {
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (MailerLog::isSendingPaused() && !$this->servicesChecker->isMailPoetAPIKeyPendingApproval()) {
|
if (!$this->servicesChecker->isMailPoetAPIKeyPendingApproval()) {
|
||||||
MailerLog::resumeSending();
|
MailerLog::resumeSending();
|
||||||
}
|
}
|
||||||
return $this->successResponse();
|
return $this->successResponse();
|
||||||
|
Reference in New Issue
Block a user