Skip to content

Commit

Permalink
fix: incorrect event name emitter after http request is finished
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 28, 2023
1 parent 647834e commit 05ef96b
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 @@ -44,7 +44,7 @@ export type IgnitorOptions = { importer: Importer }
*/
export interface EventsList {
'container:resolved': ContainerResolveEventData<ContainerBindings>
'http:request_handled': HttpRequestFinishedPayload
'http:request_finished': HttpRequestFinishedPayload
'http:server_ready': { port: number; host: string }
}

Expand Down

0 comments on commit 05ef96b

Please sign in to comment.