File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
examples/with-fastify/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const app = fastify()
57
57
* This is a similar implementation to the one found in the Fastify docs,
58
58
* which can be found [here]{@link https://www.fastify.io/docs/latest/Serverless/#should-you-use-fastify-in-a-serverless-platform#Vercel}.
59
59
* The `app#ready()` is to indicate that all plugins have been loaded and the server is ready,
60
- * then the `app#server#emit` method is called to handle the incoming request and Fastify handles it from there.
60
+ * then the `app#server#emit() ` method is called to handle the incoming request and Fastify handles it from there.
61
61
*/
62
62
export default async ( req : IncomingMessage , res : ServerResponse ) : Promise < void > => {
63
63
await app . ready ( ) ;
You can’t perform that action at this time.
0 commit comments