Skip to content

Commit

Permalink
Remove deleteComment
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Sep 11, 2023
1 parent f982ed9 commit c04a22f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/firehose/lib/src/github.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ class Github {
return null;
}

Future<void> deleteComment(String repoSlug, int commentId) async {
await callRestApiDelete(Uri.parse(
'https://api.github.com/repos/$repoSlug/issues/comments/$commentId'));
}

Future<List<GitFile>> listFilesForPR() async {
var result = await callRestApiGet(
Uri.parse(
Expand Down

0 comments on commit c04a22f

Please sign in to comment.