Skip to content

Commit

Permalink
Roll in one-line fix from #11698
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 26, 2023
1 parent 88fcd3b commit a9cd3ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class GetProjectConfigRequest: IdentityToolkitRequest, AuthRPCRequest {
typealias Response = GetProjectConfigResponse

init(requestConfiguration: AuthRequestConfiguration) {
requestConfiguration.httpMethod = "GET"
super.init(endpoint: kGetProjectConfigEndPoint, requestConfiguration: requestConfiguration)
}

Expand Down

0 comments on commit a9cd3ae

Please sign in to comment.