Skip to content

Commit

Permalink
ㄹㄹ
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhoon00 committed Nov 17, 2024
1 parent 0641508 commit 09ee39d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

0 comments on commit 09ee39d

Please sign in to comment.