Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jonny Green <hello@jonnydgreen.com>
  • Loading branch information
mcollina and jonnydgreen authored Mar 18, 2024
1 parent e46bf33 commit bf5341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ declare namespace mercurius {
) => void
) => void;
context?: (
sockeet: WebSocket,
socket: WebSocket,
request: FastifyRequest
) => Record<string, any> | Promise<Record<string, any>>;
onConnect?: (data: {
Expand Down

0 comments on commit bf5341e

Please sign in to comment.