Skip to content

Commit 68f9cbe

Browse files
committed
Revert "fix: add v3 host property to map"
This reverts commit df52c06.
1 parent df52c06 commit 68f9cbe

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/ByteBard.AsyncAPI.Readers/V2/AsyncApiServerDeserializer.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ internal static partial class AsyncApiV2Deserializer
1616
{
1717
"url", (a, n) => { SetHostAndPathname(a, n); }
1818
},
19-
//this is workaround for some reason we parse twice this...
20-
{
21-
"host", (a, n) => { a.Host = n.GetScalarValue(); }
22-
},
23-
{
24-
"pathname", (a, n) => { a.PathName = n.GetScalarValue(); }
25-
},
2619
{
2720
"description", (a, n) => { a.Description = n.GetScalarValue(); }
2821
},

0 commit comments

Comments
 (0)