Skip to content

Commit b51a53a

Browse files
committed
fix destructuring check
1 parent fe4c69f commit b51a53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/google-vertex-ai/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import {
6161

6262
const VertexConfig: ProviderConfigs = {
6363
api: VertexApiConfig,
64-
getConfig: (params: Params) => {
64+
getConfig: ({ params }) => {
6565
const requestConfig = {
6666
uploadFile: {},
6767
createBatch: GoogleBatchCreateConfig,

0 commit comments

Comments
 (0)