Skip to content

Commit

Permalink
test: deploy flow
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnynh committed Jul 7, 2024
1 parent 17368b0 commit aeb0130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth-kakao-callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports.handler = async (event, context) => {
const body = JSON.parse(event.body);
const code = body.code;
console.log(code);

if (typeof code == "undefined" || code == "" || code == null)
return {
statusCode: "400",
Expand Down

0 comments on commit aeb0130

Please sign in to comment.