From f9f07b85ad4b48240f1bc9dd4a9001bc2cc7464f Mon Sep 17 00:00:00 2001 From: Christoffer Olsson Date: Thu, 4 Aug 2022 16:28:16 +0200 Subject: [PATCH] Fix couple of linting complaints --- src/httpParsing/model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpParsing/model.ts b/src/httpParsing/model.ts index a7f3dab..d5d927c 100644 --- a/src/httpParsing/model.ts +++ b/src/httpParsing/model.ts @@ -22,7 +22,7 @@ export type request = { { name: string; value: string; - }, + } ]; postData?: postData; };