Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Oct 31, 2024
1 parent 81d0912 commit 6b8576e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ interface GitHubService {
// @GET("repos/{repo_owner}/{repo_name}/issues?direction=asc")
// add by subha
@GET("repos/{repo_owner}/{repo_name}/issues?direction=asc&pulls=false")
suspend fun fetchIssues(
@Path("repo_owner") repoOwner: String,
@Path("repo_name") repoName: String
): Response<List<GitHubIssue>>

// @GET("repos/{repo_owner}/{repo_name}/issues?state=open&direction=asc")
fun fetchOpenIssues(
@Path("repo_owner") repoOwner: String,
Expand Down

0 comments on commit 6b8576e

Please sign in to comment.