Skip to content

Commit 768adb3

Browse files
authored
style: prettier (#116)
1 parent 0ac1661 commit 768adb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lambda-function.js

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const lowercaseKeys = require("lowercase-keys");
44
const { template } = require("./views/probot");
55

66
async function lambdaFunction(probot, event, context) {
7-
87
if (event.httpMethod === "GET" && event.path === "/probot") {
98
const res = {
109
statusCode: 200,
@@ -34,5 +33,4 @@ async function lambdaFunction(probot, event, context) {
3433
statusCode: 200,
3534
body: JSON.stringify({ ok: true }),
3635
};
37-
3836
}

0 commit comments

Comments
 (0)