From fb0478d4bfa13791f543d7900f02a7dbb496057b Mon Sep 17 00:00:00 2001 From: Dmitry Ostrikov Date: Tue, 4 Jun 2024 18:26:20 +0700 Subject: [PATCH] feat(repeater): address pr comments closes #170 --- src/SecTester.Repeater/Protocol.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SecTester.Repeater/Protocol.cs b/src/SecTester.Repeater/Protocol.cs index f35c880..4221d78 100644 --- a/src/SecTester.Repeater/Protocol.cs +++ b/src/SecTester.Repeater/Protocol.cs @@ -1,9 +1,6 @@ -using System.Runtime.Serialization; - namespace SecTester.Repeater; public enum Protocol { - [EnumMember(Value = "http")] Http }