mirror of
https://github.com/appwrite/sdk-for-android.git
synced 2026-04-07 19:17:49 +00:00
chore: bug fixes for Apwrite 1.4.2
This commit is contained in:
@@ -11,7 +11,6 @@ Teams teams = new Teams(client);
|
||||
teams.createMembership(
|
||||
"[TEAM_ID]",
|
||||
listOf(),
|
||||
"https://example.com",
|
||||
new CoroutineCallback<>((result, error) -> {
|
||||
if (error != null) {
|
||||
error.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user