Skip to content

Commit

Permalink
fix: GetTeachers incorrect json
Browse files Browse the repository at this point in the history
  • Loading branch information
ketronix-dev committed Mar 20, 2024
1 parent ac468ef commit e78fea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nure.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<PackageProjectUrl>https://api.mindenit.tech</PackageProjectUrl>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<RepositoryUrl>https://github.com/mindenit/Nure.NET</RepositoryUrl>
<ApplicationVersion>0.8.4</ApplicationVersion>
<Version>0.8.4</Version>
<ApplicationVersion>0.8.5</ApplicationVersion>
<Version>0.8.5</Version>
</PropertyGroup>

</Project>
2 changes: 2 additions & 0 deletions Parsers/Requests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ public static string GetTeachersJson()
// Remove BOM
json = json.TrimStart('\uFEFF');

json += "]}}";

return json;
}
}
Expand Down

0 comments on commit e78fea3

Please sign in to comment.