chore: fix merge typo

This commit is contained in:
Stavros
2026-03-14 19:57:50 +02:00
parent fcf0df348a
commit bd57c480f3

View File

@@ -36,11 +36,7 @@ type ProxyContext struct {
Proto string Proto string
Path string Path string
Method string Method string
<<<<<<< HEAD
Type RequestType
=======
Type AuthModuleType Type AuthModuleType
>>>>>>> main
IsBrowser bool IsBrowser bool
} }