From f83427076bde8f0d679b751001cc51b24626ddf4 Mon Sep 17 00:00:00 2001 From: Brittney Postma Date: Mon, 18 Jul 2022 19:39:18 +0000 Subject: [PATCH] esm conversion --- netlify/functions/hello-world.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify/functions/hello-world.js b/netlify/functions/hello-world.js index 40764a4..25ea764 100644 --- a/netlify/functions/hello-world.js +++ b/netlify/functions/hello-world.js @@ -1,4 +1,4 @@ -exports.handler = async function () { +export const handler = async () => { return { statusCode: 200, body: JSON.stringify({