Skip to content

Commit 5160f30

Browse files
committed
Fix syntax
1 parent 4e3db96 commit 5160f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/swift/Sources/Client.swift.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ open class Client {
440440
|| param is [String: Any]
441441
|| param is [Int: Any]
442442
|| param is [Float: Any]
443-
|| param is [Bool: Any]
443+
|| param is [Bool: Any] {
444444
encodedParams[key] = param
445445
} else {
446446
encodedParams[key] = try! (param as! Encodable).toJson()

0 commit comments

Comments
 (0)