Skip to content

Commit

Permalink
Fix groups v2 patch response handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal authored and greyson-signal committed May 29, 2020
1 parent 204a84c commit 12b1232
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,6 @@ public CredentialResponse retrieveGroupsV2Credentials(int today)
};
private static final ResponseCodeHandler GROUPS_V2_PATCH_RESPONSE_HANDLER = responseCode -> {
if (responseCode == 400) throw new GroupPatchNotAcceptedException();
if (responseCode == 403) throw new NotInGroupException();
};

public void putNewGroupsV2Group(Group group, GroupsV2AuthorizationString authorization)
Expand Down

0 comments on commit 12b1232

Please sign in to comment.