bug: dont throw if unable to resolve online services

This commit is contained in:
Gary Sharp
2023-01-28 13:37:27 +11:00
parent ebd1c79f64
commit 535a3f2967
@@ -83,7 +83,6 @@ namespace Disco.Web.Models.InitialConfig
catch (Exception ex)
{
DiscoIctComAuWebResult = new Exception("Could not resolve the name 'discoict.com.au'", ex);
throw;
}
#endregion