Skip to content

Commit d6d00b2

Browse files
committed
Update Client.swift
1 parent b2bc1e2 commit d6d00b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AppleAPI/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class Client {
7070
let authServiceKey: String?
7171
}
7272

73-
let response = try! JSONDecoder().decode(ServiceKeyResponse.self, from: data)
73+
let response = try JSONDecoder().decode(ServiceKeyResponse.self, from: data)
7474
serviceKey = response.authServiceKey
7575

7676
return self.loadHashcash(accountName: accountName, serviceKey: serviceKey).map { (serviceKey, $0) }

0 commit comments

Comments
 (0)