Skip to content

Commit

Permalink
[dist][lint] Update to probot@9, jest@24, standard@12; fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
decompil3d authored and Jonathan Keslin committed May 20, 2019
1 parent 12e3a2a commit ee03bca
Show file tree
Hide file tree
Showing 3 changed files with 3,047 additions and 3,270 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 ee03bca

Please sign in to comment.