Skip to content

Commit

Permalink
Merge pull request #24 from wurstbrot/patch-3
Browse files Browse the repository at this point in the history
add socialProvider
  • Loading branch information
J12934 authored Sep 29, 2022
2 parents 30494df + 159d0ee commit 073387c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ public class DojoGroup extends DefectDojoModel {
@JsonProperty
List<Long> users;

@JsonProperty("social_provider")
String socialProvider;

@Override
public boolean equalsQueryString(Map<String, Object> queryParams) {
if (queryParams.containsKey("id") && queryParams.get("id").equals(this.id)) {
Expand Down

0 comments on commit 073387c

Please sign in to comment.