Skip to content

Commit f2eee62

Browse files
committed
eslint fixes
1 parent 84e51dc commit f2eee62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Lambda.prototype.deploy = function( program ) {
240240
// remove temp file
241241
fs.unlinkSync( tmpfile )
242242

243-
lambdaV2.createFunction( paramsV2, function( err, data ) {
243+
lambdaV2.createFunction( paramsV2, function( err ) {
244244
if ( err && err.code !== 'ResourceConflictException') {
245245
console.log("ERROR:", err )
246246
if ( _this.settings.exitOnError !== false )

0 commit comments

Comments
 (0)