Skip to content

Commit 881f666

Browse files
committed
fixed bad search + replace
1 parent dc841f7 commit 881f666

File tree

1 file changed

+1
-1
lines changed
  • ktor-client/ktor-client-plugins/ktor-client-resources/common/src/io/ktor/client/plugins/resources

1 file changed

+1
-1
lines changed

ktor-client/ktor-client-plugins/ktor-client-resources/common/src/io/ktor/client/plugins/resources/builders.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public suspend inline fun <reified T : Any> HttpClient.post(
5858
): HttpResponse {
5959
val resources = resources()
6060
return postBuilder {
61-
attributes.attributes.putUrlTemplate(resources.resourcesFormat, serializer<T>())
61+
attributes.putUrlTemplate(resources.resourcesFormat, serializer<T>())
6262
href(resources.resourcesFormat, resource, url)
6363
builder()
6464
}

0 commit comments

Comments
 (0)