Skip to content

Commit b7cc77b

Browse files
committed
fix: import
1 parent 9a73c30 commit b7cc77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/lib/codegen/minio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export async function createMinioS3Client() {
22
return {
33
importLine: "",
44
sdkLine: {
5-
minio: "sdkGenerator.createMinioS3Client({...config?.minio})",
5+
minio: "sdkGenerator.createMinioS3Client(config?.minio)",
66
},
77
};
88
}

0 commit comments

Comments
 (0)