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