Skip to content

Commit

Permalink
fixing Retry reference
Browse files Browse the repository at this point in the history
  • Loading branch information
eonwhite committed Sep 16, 2020
1 parent df3b69d commit b735965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ class RetryResponse<T>(
val body: Any? = null,
override val statusCode: Int = -1,
override val headers: Map<String, List<String>> = mapOf()
) : ApiInfrastructureResponse<T>(ResponseType.Success)
) : ApiInfrastructureResponse<T>(ResponseType.Retry)

0 comments on commit b735965

Please sign in to comment.