[TASK] Fix indentation

This commit is contained in:
Markus Klein 2020-11-20 15:11:07 +01:00
parent 40337616b5
commit adec8fd806

View file

@ -65,7 +65,7 @@ class Campaigns
if ($e->getCode() === 400) {
throw new \InvalidArgumentException($e->getMessage(), 1605877581);
}
throw $e;
throw $e;
}
if ($result->getStatusCode() !== 200) {