We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f6486 commit 839378eCopy full SHA for 839378e
FirebaseAI/Sources/Types/Internal/APIConfig.swift
@@ -58,7 +58,7 @@ extension APIConfig {
58
/// This must correspond with the API set in `service`.
59
var endpoint: Endpoint {
60
switch self {
61
- case let .vertexAI(endpoint: endpoint, location: _):
+ case let .vertexAI(endpoint: endpoint, _):
62
return endpoint
63
case let .googleAI(endpoint: endpoint):
64
0 commit comments