Skip to content

Commit ccda624

Browse files
committed
make responseInfo a constant (2)
1 parent 735ee6a commit ccda624

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseAuth/Sources/Swift/Backend/RPC/SendVerificationTokenResponse.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
import Foundation
1616

1717
struct SendVerificationCodeResponse: AuthRPCResponse {
18-
// Default value will be overridden when `setField(dictionary:)` is called.
19-
private(set) var verificationID: String = ""
18+
let verificationID: String
2019

2120
init(dictionary: [String: AnyHashable]) throws {
2221
guard let verificationID = dictionary["sessionInfo"] as? String else {

0 commit comments

Comments
 (0)