Skip to content

Commit

Permalink
more loooogs
Browse files Browse the repository at this point in the history
  • Loading branch information
NOctu1412 committed Jun 21, 2024
1 parent 2ad842c commit d53de4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pages/api/otp/fire/send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
console.log(error.response);
console.log(error.response.data)
console.log(error.response.data.error)
res.status(400).json({ status: "error" });
res.status(400).json({ status: "error", errorData: error });
}
)

Expand Down

0 comments on commit d53de4a

Please sign in to comment.