Skip to content

Commit

Permalink
Simplify .urlEncoded params
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Nov 15, 2023
1 parent f05c24b commit f36d808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Networking/HTTPBody.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation

public enum HTTPBody {
case urlEncoded(params: Params)
case urlEncoded(_ params: Params)
case json(_ encodable: Encodable)
case multipart(params: Params? = nil, parts:[MultipartData])
}
Expand Down

0 comments on commit f36d808

Please sign in to comment.