Skip to content

Commit cc7f2f8

Browse files
committed
fix: l5 enable config
1 parent c773936 commit cc7f2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ const prepareInputs = async (instance, credentials, inputs = {}) => {
247247
traffic: inputs.traffic,
248248
lastVersion: instance.state.lastVersion,
249249
eip: tempFunctionConf.eip === true,
250-
l5enable: tempFunctionConf.l5enable === true
250+
l5Enable: tempFunctionConf.l5Enable === true
251251
}
252252

253253
// validate traffic

0 commit comments

Comments
 (0)