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 04a2807 commit 76e46faCopy full SHA for 76e46fa
src/modules/scf/utils.ts
@@ -55,7 +55,7 @@ export const formatInputs = (inputs: ScfCreateFunctionInputs) => {
55
56
if (imageConfig?.containerImageAccelerate !== undefined) {
57
functionInputs.Code!.ImageConfig!.ContainerImageAccelerate =
58
- imageConfig.containerImageAccelerate;
+ imageConfig?.containerImageAccelerate;
59
}
60
} else {
61
// 基于 COS 代码部署
0 commit comments