diff --git a/automation/send-invoice.php b/automation/send-invoice.php index 95170c7..842cbc8 100644 --- a/automation/send-invoice.php +++ b/automation/send-invoice.php @@ -132,10 +132,9 @@ try { } curl_close($curl); - - $log->info('job finished successfully.'); } } + $log->info('job finished successfully.'); } catch (PDOException $e) { $log->error('Database error: ' . $e->getMessage()); } catch (Throwable $e) {