From 3be78886e018819e303fc1aac04f04785f168c70 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:10:53 +0200 Subject: [PATCH] Minor fix --- automation/send-invoice.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {