mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove debug force true
This commit is contained in:
@@ -92,7 +92,7 @@ class Maintenance extends Action
|
||||
]);
|
||||
|
||||
|
||||
if (\count($certificates) > 0 || true) {
|
||||
if (\count($certificates) > 0) {
|
||||
Console::info("[{$time}] Found " . \count($certificates) . " certificates for renewal, scheduling jobs.");
|
||||
|
||||
foreach ($certificates as $certificate) {
|
||||
|
||||
Reference in New Issue
Block a user