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 9a73c30 commit b7cc77bCopy full SHA for b7cc77b
packages/cli/src/lib/codegen/minio.ts
@@ -2,7 +2,7 @@ export async function createMinioS3Client() {
2
return {
3
importLine: "",
4
sdkLine: {
5
- minio: "sdkGenerator.createMinioS3Client({...config?.minio})",
+ minio: "sdkGenerator.createMinioS3Client(config?.minio)",
6
},
7
};
8
}
0 commit comments