Skip to content

Commit 71628df

Browse files
committed
fix: Fix compile error due to merge from master
1 parent 782829f commit 71628df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/spotify/github/v3/clients/GitHubClient.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import com.spotify.github.v3.checks.AccessToken;
3131
import com.spotify.github.v3.checks.Installation;
3232
import com.spotify.github.v3.comment.Comment;
33+
import com.spotify.github.v3.comment.CommentReaction;
3334
import com.spotify.github.v3.exceptions.ReadOnlyRepositoryException;
3435
import com.spotify.github.v3.exceptions.RequestNotOkException;
3536
import com.spotify.github.v3.git.Reference;
@@ -84,6 +85,8 @@ public class GitHubClient {
8485
static final TypeReference<List<Comment>> LIST_COMMENT_TYPE_REFERENCE =
8586
new TypeReference<>() {
8687
};
88+
static final TypeReference<List<CommentReaction>> LIST_COMMENT_REACTION_TYPE_REFERENCE =
89+
new TypeReference<>() {};
8790
static final TypeReference<List<Repository>> LIST_REPOSITORY =
8891
new TypeReference<>() {
8992
};

0 commit comments

Comments
 (0)