79394631

Date: 2025-01-28 17:14:02
Score: 1
Natty:
Report link

In my case, I forgot to export the function.

Instead of this:

const handler = async () => {

Should be this:

export const handler = async () => {
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: fenix.shadow