Merge pull request #12238 from appwrite/fix-method-ids

updated
This commit is contained in:
Jake Barnby
2026-05-08 01:11:55 +12:00
committed by GitHub
+1 -1
View File
@@ -763,7 +763,7 @@ abstract class Format
case 'getPolicy':
switch ($param) {
case 'policyId':
return 'ProjectPolicyId';
return 'ProjectPolicy';
}
break;
case 'getOAuth2Provider':