Skip to content

Commit

Permalink
fix: api request srcOriginal undefined bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Jun 11, 2020
1 parent de7f750 commit ce3e381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const getDefaultZipPath = async () => {
const prepareInputs = async (instance, credentials, appId, inputs) => {
// 默认值
const region = inputs.region || CONFIGS.region
inputs.srcOriginal = inputs.srcOriginal || inputs.src
const tempSrc =
typeof inputs.srcOriginal === 'object'
? inputs.srcOriginal
Expand Down

0 comments on commit ce3e381

Please sign in to comment.