Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 13, 2024
1 parent b7f0ff7 commit 8da9a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ export async function action(options: WebhookRunOptions) {

emitter.on("close", () => {
logger.info("stream closed");
http.server.close()
})
http.server.close();
});
}

0 comments on commit 8da9a26

Please sign in to comment.