This commit is contained in:
Čarodej
2021-12-21 10:34:15 +01:00
parent dc0dedffea
commit f5e182baf6
9 changed files with 14 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ class UserStorageResource extends JsonResource
$totalCapacity = match (get_settings('subscription_type')) {
'metered' => $this->usedCapacity / 1000000000,
'fixed' => $this->limitations->max_storage_amount,
'fixed' => $this->limitations->max_storage_amount,
};
return [