Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianpraja committed Nov 7, 2021
1 parent 298d896 commit 84e51dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Lambda.prototype.deploy = function( program ) {
var packageJsonFiles = JSON.parse( packageJson ).files

if ( typeof packageJsonFiles === 'object' ) {
var zipfileList = packageJsonFiles.join( ' ' )
zipfileList = packageJsonFiles.join( ' ' )
}
}
} catch (e) { }
Expand Down

0 comments on commit 84e51dc

Please sign in to comment.