chore: lint

This commit is contained in:
liyasthomas
2021-05-22 20:50:23 +05:30
parent 3ac9a418e6
commit 454c11a12c
6 changed files with 21 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
// Docs on event and context https://www.netlify.com/docs/functions/#the-handler-method
exports.handler = async (event, context) => {
exports.handler = (event) => {
switch (event.httpMethod) {
case "GET":
try {