Skip to content

Commit

Permalink
feat(repeater): address pr comments
Browse files Browse the repository at this point in the history
closes #170
  • Loading branch information
ostridm committed Jun 4, 2024
1 parent 3fe3e1d commit fb0478d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/SecTester.Repeater/Protocol.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using System.Runtime.Serialization;

namespace SecTester.Repeater;

public enum Protocol
{
[EnumMember(Value = "http")]
Http
}

0 comments on commit fb0478d

Please sign in to comment.