Skip to content

Commit

Permalink
[skyapi] refs fibercrypto#4 Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevAdrianPaez committed May 9, 2019
1 parent b840f0c commit 6221b1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ package skycoin.infrastructure
data class RequestConfig(
val method: RequestMethod,
val path: String,
val headers: Map<String, String> = mapOf(),
val headers: Map<String, Any> = mapOf(),
val query: Map<String, List<String>> = mapOf()
)

0 comments on commit 6221b1d

Please sign in to comment.