andre 7 mesi fa
parent
commit
d34f89e942
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      controllers/QuotaController.php

+ 1 - 1
controllers/QuotaController.php

@@ -21,7 +21,7 @@ class QuotaController {
             echo json_encode(['error' => 'Failed to get user quota', 'details' => implode("\n", $userOutput)]);
             return;
         }
-        error_log(json_encode($userOutput));
+        error_log(print_r($userOutput));
         echo json_encode($userOutput);
     }
     public static function getStats(): void {