Skip to content

Commit

Permalink
integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Taz03 committed Apr 13, 2024
1 parent 960a9fe commit 319c3bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public record Connection(
@JsonProperty("name") String name,
@JsonProperty("type") String type,
@JsonProperty("revoked") boolean revoked,
@JsonProperty("integrations") Integration integration,
@JsonProperty("integrations") Integration integrations,
@JsonProperty("verified") boolean verified,
@JsonProperty("friend_sync") boolean friendSync,
@JsonProperty("show_activity") boolean showActivity,
Expand Down

0 comments on commit 319c3bf

Please sign in to comment.