Skip to content

Commit 839378e

Browse files
committed
Apply nick's suggestion
1 parent a5f6486 commit 839378e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Internal/APIConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extension APIConfig {
5858
/// This must correspond with the API set in `service`.
5959
var endpoint: Endpoint {
6060
switch self {
61-
case let .vertexAI(endpoint: endpoint, location: _):
61+
case let .vertexAI(endpoint: endpoint, _):
6262
return endpoint
6363
case let .googleAI(endpoint: endpoint):
6464
return endpoint

0 commit comments

Comments
 (0)