Skip to content

Commit

Permalink
fix: l5 enable config
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Aug 6, 2020
1 parent c773936 commit cc7f2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ const prepareInputs = async (instance, credentials, inputs = {}) => {
traffic: inputs.traffic,
lastVersion: instance.state.lastVersion,
eip: tempFunctionConf.eip === true,
l5enable: tempFunctionConf.l5enable === true
l5Enable: tempFunctionConf.l5Enable === true
}

// validate traffic
Expand Down

0 comments on commit cc7f2f8

Please sign in to comment.