mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix key usage default
This commit is contained in:
parent
704437b5e8
commit
d4c659f88d
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class Key
|
|||
protected string $role,
|
||||
protected array $scopes,
|
||||
protected string $name,
|
||||
protected bool $usage = false,
|
||||
protected bool $usage = true,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue