Fix spaces in assignments
[MAILPOET-3912]
This commit is contained in:
@@ -162,7 +162,7 @@ class Newsletters extends APIEndpoint {
|
||||
|
||||
if (!$status) {
|
||||
return $this->badRequest([
|
||||
APIError::BAD_REQUEST => __('You need to specify a status.', 'mailpoet'),
|
||||
APIError::BAD_REQUEST => __('You need to specify a status.', 'mailpoet'),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user