mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Drop stray trailing comma in Key::decode return
This commit is contained in:
@@ -183,7 +183,7 @@ class Key
|
||||
$bannerDisabled,
|
||||
$projectCheckDisabled,
|
||||
$previewAuthDisabled,
|
||||
$deploymentStatusIgnored,
|
||||
$deploymentStatusIgnored
|
||||
);
|
||||
case API_KEY_STANDARD:
|
||||
$key = $project->find(
|
||||
|
||||
Reference in New Issue
Block a user