Skip to content

Commit

Permalink
Bugfix of initialValue of recude in s3events (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored and DeviaVir committed Jul 24, 2018
1 parent d09e1d3 commit 0a57ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/s3_events.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class S3Events {
return this._putBucketNotificationConfiguration(putBucketNotificationConfigurationParams)
}).reduce((a, b) => {
return a.then(b)
})
}, Promise.resolve({}))
})
}
}
Expand Down

0 comments on commit 0a57ab9

Please sign in to comment.