From 15bfa4789ef55e8612a2bfdf46e71c7e1c9a5416 Mon Sep 17 00:00:00 2001 From: ray-1337 <33544674+ray-1337@users.noreply.github.com> Date: Mon, 11 Apr 2022 23:10:25 +0200 Subject: [PATCH] remove semicolon --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 97fbacd..0855924 100644 --- a/index.d.ts +++ b/index.d.ts @@ -24,6 +24,6 @@ interface ParsedStatus { to: string; action: string; from: string; -}; +} export default nodeUfw; \ No newline at end of file