Skip to content

Commit

Permalink
fix: teachers list
Browse files Browse the repository at this point in the history
  • Loading branch information
ketronix-dev committed Aug 20, 2024
1 parent 638e63e commit ab3cff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Nure.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<RepositoryUrl>https://github.com/mindenit/Nure.NET</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<ApplicationVersion>0.9.6</ApplicationVersion>
<Version>0.9.6</Version>
<ApplicationVersion>0.9.7</ApplicationVersion>
<Version>0.9.7</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Parsers/Requests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static string GetTeachersJson()
// Remove BOM
json = json.TrimStart('\uFEFF');
json = json.Remove(json.Length - 2);
json += "]}]}}";
json += "]}}";

return json;
}
Expand Down

0 comments on commit ab3cff9

Please sign in to comment.