Skip to content

Commit

Permalink
fix: address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RonWang committed May 26, 2020
1 parent a84f091 commit d02590d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/builtins/deploy-delegates/lambda-deployer/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ function _updateLambdaFunction(reporter, lambdaClient, options, callback) {
isCodeDeployed: true,
lambdaResponse: {
arn: codeData.FunctionArn,
revisionId: codeData.RevisionId,
lastModified: codeData.LastModified
lastModified: codeData.LastModified,
revisionId: codeData.RevisionId
},
resultMessage: configErr
});
Expand Down

0 comments on commit d02590d

Please sign in to comment.