Skip to content

Commit 419d83b

Browse files
committed
format
1 parent aba8c7c commit 419d83b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/vertexai/src/requests/request.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@ export async function makeRequest(
167167
throw new VertexAIError(
168168
VertexAIErrorCode.API_NOT_ENABLED,
169169
`The Vertex AI in Firebase SDK requires the Vertex AI in Firebase ` +
170-
`API ('firebasevertexai.googleapis.com') to be enabled in your ` +
171-
`Firebase project. Enable this API by visiting the Firebase Console ` +
172-
`at https://console.firebase.google.com/project/${url.apiSettings.project}/genai/ ` +
173-
`and clicking "Get started". If you enabled this API recently, ` +
174-
`wait a few minutes for the action to propagate to our systems and ` +
175-
`then retry.`,
170+
`API ('firebasevertexai.googleapis.com') to be enabled in your ` +
171+
`Firebase project. Enable this API by visiting the Firebase Console ` +
172+
`at https://console.firebase.google.com/project/${url.apiSettings.project}/genai/ ` +
173+
`and clicking "Get started". If you enabled this API recently, ` +
174+
`wait a few minutes for the action to propagate to our systems and ` +
175+
`then retry.`,
176176
{
177177
status: response.status,
178178
statusText: response.statusText,

0 commit comments

Comments
 (0)