mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
fix: description
This commit is contained in:
parent
1d2883f472
commit
2c6f731a38
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class UsageProject extends Model
|
|||
])
|
||||
->addRule('imageTransformationsTotal', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'An array of aggregated number of image transformations.',
|
||||
'description' => 'Total aggregated number of image transformations.',
|
||||
'default' => 0,
|
||||
'example' => 0,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue