1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

feat: linting

This commit is contained in:
Christy Jacob 2022-01-28 16:29:06 +04:00
parent ada65e9819
commit 8f51bf4763

View file

@ -588,7 +588,7 @@ App::post('/v1/functions/:functionId/deployments')
]);
$usage
->setParam('storage', $deployment->getAttribute('size', 0))
->setParam('storage', $deployment->getAttribute('size', 0))
;