Skip to content

Commit d8f2ed8

Browse files
authored
[NFC] Unmutated vars (#14604)
1 parent b01a8f2 commit d8f2ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Swift/Auth/Auth.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2348,7 +2348,7 @@ extension Auth: AuthInterop {
23482348

23492349
/// The configuration object comprising of parameters needed to make a request to Firebase
23502350
/// Auth's backend.
2351-
var requestConfiguration: AuthRequestConfiguration
2351+
let requestConfiguration: AuthRequestConfiguration
23522352

23532353
let backend: AuthBackend
23542354

0 commit comments

Comments
 (0)