mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Update dependencies.
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Marechai.Database.Seeders
|
||||
codes.Current = listOne.Current;
|
||||
}
|
||||
}
|
||||
catch(Exception e)
|
||||
catch(Exception)
|
||||
{
|
||||
Console.WriteLine("Exception trying to read list one.");
|
||||
}
|
||||
@@ -77,7 +77,7 @@ namespace Marechai.Database.Seeders
|
||||
codes.Historical = listThree.Historical;
|
||||
}
|
||||
}
|
||||
catch(Exception e)
|
||||
catch(Exception)
|
||||
{
|
||||
Console.WriteLine("Exception trying to read list three.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user