Skip to content

Commit f4b9a2a

Browse files
lirantaljsumners
authored andcommitted
fix: typo in module exports
Signed-off-by: Liran Tal <[email protected]>
1 parent ffbc92c commit f4b9a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Guides/Serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const fastifyFunction = async (request, reply) => {
203203
fastify.server.emit('request', request, reply)
204204
}
205205

206-
export.fastifyFunction = fastifyFunction;
206+
exports.fastifyFunction = fastifyFunction;
207207
```
208208

209209
### Local test

0 commit comments

Comments
 (0)