fix: lint and param type.

This commit is contained in:
Darshan
2025-05-22 19:27:17 +05:30
parent 23ec4373bc
commit 4eae18e77f
3 changed files with 2 additions and 3 deletions
@@ -12,7 +12,6 @@
import {
Alert,
Avatar,
Badge,
Card,
Divider,
Icon,
@@ -23,7 +23,7 @@
$: maxSize =
isCloud && $currentPlan
? $currentPlan?.deploymentSize === 0
? false
? 0
: $currentPlan?.deploymentSize * 1000000
: $consoleVariables._APP_COMPUTE_SIZE_LIMIT; // already in MB
@@ -22,7 +22,7 @@
$: maxSize =
isCloud && $currentPlan
? $currentPlan?.deploymentSize === 0
? false
? 0
: $currentPlan?.deploymentSize * 1000000
: $consoleVariables._APP_COMPUTE_SIZE_LIMIT; // already in MB