Skip to content

Commit e658d58

Browse files
committed
ci: Format code
1 parent 1522c28 commit e658d58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,11 @@ app.post(
9898
data = webhook.verify(payload, headers)
9999
} catch {
100100
return res.status(400).send()
101-
102101
}
103102

104103
storeEvent(data, (err) => {
105104
if (err != null) {
106105
return res.status(500).send()
107-
108106
}
109107
res.status(204).send()
110108
})

0 commit comments

Comments
 (0)