Skip to content

Commit

Permalink
feat: groundwork for the SOAP protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
richardruiter committed Nov 28, 2022
1 parent 32bbb2d commit 3a74460
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/parser/HttpParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ const Handlebars = getHandlebars();
* 2. From matched directory get .mock file content and generate a response
*/

const sleep = (ms: number): Promise<void> => {
return new Promise((resolve) => setTimeout(resolve, ms));
};

export interface HttpParserResponse {
status: number;
body: string;
Expand Down

0 comments on commit 3a74460

Please sign in to comment.