Skip to content

Commit

Permalink
fix: typo in module exports
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Tal <liran.tal@gmail.com>
  • Loading branch information
lirantal authored and jsumners committed Feb 13, 2024
1 parent ffbc92c commit f4b9a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Guides/Serverless.md
Expand Up @@ -203,7 +203,7 @@ const fastifyFunction = async (request, reply) => {
fastify.server.emit('request', request, reply)
}

export.fastifyFunction = fastifyFunction;
exports.fastifyFunction = fastifyFunction;
```

### Local test
Expand Down

0 comments on commit f4b9a2a

Please sign in to comment.