Skip to content

Commit

Permalink
PostGraphileResponseNode only works with fastify v2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Oct 21, 2020
1 parent 088e211 commit 1bf7b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postgraphile/http/frameworks.ts
Expand Up @@ -88,7 +88,7 @@ export abstract class PostGraphileResponse {
}

/**
* Suitable for Node's HTTP server, but also connect, express, restify and fastify.
* Suitable for Node's HTTP server, but also connect, express, restify and fastify v2.
*/
export class PostGraphileResponseNode extends PostGraphileResponse {
private _req: IncomingMessage;
Expand Down

0 comments on commit 1bf7b77

Please sign in to comment.