Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion PoliNetwork.Graduatorie.Common/Utils/EnrollUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ public static EnrollType GetEnrollType(string? rowCanEnrollInto, bool rowCanEnro

var course = string.Join(sep, s);
return new EnrollType { CanEnroll = true, Course = course, Type = type };

}
}
2 changes: 1 addition & 1 deletion PoliNetwork.Graduatorie.Scraper/Utils/Web/CheckUrlUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace PoliNetwork.Graduatorie.Scraper.Utils.Web;

public class CheckUrlUtil
{
public static void CheckUrl(RankingUrl variable, HashSet<RankingUrl> final)
private static void CheckUrl(RankingUrl variable, HashSet<RankingUrl> final)
{
try
{
Expand Down