Skip to content

Commit

Permalink
style: prettier (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored Jan 10, 2023
1 parent 0ac1661 commit 768adb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lambda-function.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const lowercaseKeys = require("lowercase-keys");
const { template } = require("./views/probot");

async function lambdaFunction(probot, event, context) {

if (event.httpMethod === "GET" && event.path === "/probot") {
const res = {
statusCode: 200,
Expand Down Expand Up @@ -34,5 +33,4 @@ async function lambdaFunction(probot, event, context) {
statusCode: 200,
body: JSON.stringify({ ok: true }),
};

}

0 comments on commit 768adb3

Please sign in to comment.