Skip to content

Commit

Permalink
Update NureParser.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ketronix-dev authored Jul 14, 2024
1 parent 65083c4 commit bd2e424
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Parsers/NureParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ private static string GetType(int? id)
{
foreach (var auditoryElement in auditoriesArray.EnumerateArray())
{
Console.WriteLine(auditoryElement);
var auditory = new Auditory
{
Id = long.Parse(auditoryElement.GetProperty("id").GetString()),
Expand Down Expand Up @@ -333,4 +332,4 @@ public static List<Event> ParseEvents(string json)
}

}
}
}

0 comments on commit bd2e424

Please sign in to comment.