mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: update default values
This commit is contained in:
@@ -62,7 +62,6 @@ class Key extends Model
|
||||
'type' => self::TYPE_DATETIME_EXAMPLE,
|
||||
'description' => 'Most recent access date in Unix timestamp.',
|
||||
'default' => null,
|
||||
'default' => '',
|
||||
'example' => self::TYPE_DATETIME_EXAMPLE
|
||||
])
|
||||
->addRule('sdks', [
|
||||
|
||||
Reference in New Issue
Block a user