Skip to content

Commit

Permalink
Update HangarAPI.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawsson authored Jun 6, 2024
1 parent bd6a5dc commit a8b4f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/gg/flyte/hangarwrapper/HangarAPI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface HangarAPI {
@GET("projects/{slug}")
suspend fun getProject(
@Path slug: String,
): PaginatedResult<User>
): Project

@GET("projects/{slug}/watchers")
suspend fun getProjectWatchers(
Expand Down Expand Up @@ -232,4 +232,4 @@ interface HangarAPI {
@Query organization: String? = null,
): String

}
}

0 comments on commit a8b4f65

Please sign in to comment.