mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-22 02:25:59 +02:00
Minor fix
This commit is contained in:
parent
67f0e3e353
commit
3be78886e0
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue