From 09ee39d38838e45c88374ecc1cefdd72c55bd312 Mon Sep 17 00:00:00 2001 From: leemhoon00 Date: Sun, 17 Nov 2024 22:06:07 +0900 Subject: [PATCH] =?UTF-8?q?=E3=84=B9=E3=84=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/index.ts b/src/index.ts index ef86aa4..78113cd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -17,8 +17,3 @@ export const handler: Handler = async () => { specialCourseService.saveAllCourse(), ]); }; - -handler('event', 'context' as any, (error, result) => { - console.log('error:', error); - console.log('result:', result); -});