Skip to content

Commit 5dabf74

Browse files
committed
Update
1 parent 5f70126 commit 5dabf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/URLQueryEncoder/URLQueryEncoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private extension URLQueryEncoder {
175175
}
176176
}
177177

178-
#warning("refactor")
178+
// TODO: refactor
179179
func append(_ value: String, forKey codingPath: [CodingKey]) {
180180
guard !codingPath.isEmpty else {
181181
return // Should never happen

0 commit comments

Comments
 (0)