Skip to content

Commit

Permalink
Merge pull request #21 from decompil3d/probot9
Browse files Browse the repository at this point in the history
[dist][lint] Update to probot@9, jest@24, standard@12; fix lint issue
  • Loading branch information
JasonEtco authored Dec 3, 2019
2 parents 380e3cc + 2e697fb commit 878450d
Show file tree
Hide file tree
Showing 3 changed files with 3,147 additions and 3,297 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const loadProbot = appFn => {

const lowerCaseKeys = obj =>
Object.keys(obj).reduce((accumulator, key) =>
Object.assign(accumulator, {[key.toLocaleLowerCase()]: obj[key]}), {})
Object.assign(accumulator, { [key.toLocaleLowerCase()]: obj[key] }), {})

module.exports.serverless = appFn => {
return async (event, context) => {
Expand Down
Loading

0 comments on commit 878450d

Please sign in to comment.