diff --git a/Nure.NET.csproj b/Nure.NET.csproj index c28cfec..8a144a2 100644 --- a/Nure.NET.csproj +++ b/Nure.NET.csproj @@ -7,8 +7,8 @@ https://api.mindenit.tech GPL-3.0-or-later https://github.com/mindenit/Nure.NET - 0.8.4 - 0.8.4 + 0.8.5 + 0.8.5 diff --git a/Parsers/Requests.cs b/Parsers/Requests.cs index 9738b39..8db6b4c 100644 --- a/Parsers/Requests.cs +++ b/Parsers/Requests.cs @@ -124,6 +124,8 @@ public static string GetTeachersJson() // Remove BOM json = json.TrimStart('\uFEFF'); + json += "]}}"; + return json; } }