Skip to content

Commit 878450d

Browse files
authored
Merge pull request #21 from decompil3d/probot9
[dist][lint] Update to probot@9, jest@24, standard@12; fix lint issue
2 parents 380e3cc + 2e697fb commit 878450d

File tree

3 files changed

+3147
-3297
lines changed

3 files changed

+3147
-3297
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const loadProbot = appFn => {
2323

2424
const lowerCaseKeys = obj =>
2525
Object.keys(obj).reduce((accumulator, key) =>
26-
Object.assign(accumulator, {[key.toLocaleLowerCase()]: obj[key]}), {})
26+
Object.assign(accumulator, { [key.toLocaleLowerCase()]: obj[key] }), {})
2727

2828
module.exports.serverless = appFn => {
2929
return async (event, context) => {

0 commit comments

Comments
 (0)