Merge branch 'response-refactor' of github.com:appwrite/appwrite into graphql

This commit is contained in:
Eldad Fux
2020-06-25 23:26:40 +03:00
+2 -2
View File
@@ -47,8 +47,8 @@ class Response extends UtopiaResponse
// Teams
const MODEL_TEAM = 'team';
const MODEL_TEAM_LIST = 'teamList';
const MODEL_MEMBERSHIP = 'membership'; // - Missing
const MODEL_MEMBERSHIP_LIST = 'membershipList'; // - Missing
const MODEL_MEMBERSHIP = 'membership';
const MODEL_MEMBERSHIP_LIST = 'membershipList';
public function __construct()
{