Skip to content

Commit

Permalink
fix: wrong type for onHttpServerMessage hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 31, 2024
1 parent 49f1046 commit c45b411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export type RcFile = {
/**
* When a message is received from the HTTP server process
*/
onHttpServerMessage?: AssemblerHookNode<AssemblerHookHandler>[]
onHttpServerMessage?: AssemblerHookNode<HttpServerMessageHookHandler>[]
}

/**
Expand Down

0 comments on commit c45b411

Please sign in to comment.