Minor fix

This commit is contained in:
Pinga 2024-03-05 17:10:53 +02:00
parent 67f0e3e353
commit 3be78886e0

View file

@ -132,10 +132,9 @@ try {
} }
curl_close($curl); curl_close($curl);
$log->info('job finished successfully.');
} }
} }
$log->info('job finished successfully.');
} catch (PDOException $e) { } catch (PDOException $e) {
$log->error('Database error: ' . $e->getMessage()); $log->error('Database error: ' . $e->getMessage());
} catch (Throwable $e) { } catch (Throwable $e) {