mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #11367 from appwrite/fix-invalid-type
fix: invalid type error from resources endpoint
This commit is contained in:
@@ -137,6 +137,7 @@ class Get extends Action
|
||||
}
|
||||
|
||||
$response->noContent();
|
||||
return;
|
||||
}
|
||||
|
||||
// Only occurs if type is added into whitelist, but not supported in action
|
||||
|
||||
Reference in New Issue
Block a user