diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index 47cae1cec3..0ae254f9bd 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -588,7 +588,7 @@ App::post('/v1/functions/:functionId/deployments') ]); $usage - ->setParam('storage', $deployment->getAttribute('size', 0)) + ->setParam('storage', $deployment->getAttribute('size', 0)) ;