From 535a3f2967bce0a3ad782c24038f3e48f5cee7d3 Mon Sep 17 00:00:00 2001 From: Gary Sharp Date: Sat, 28 Jan 2023 13:37:27 +1100 Subject: [PATCH] bug: dont throw if unable to resolve online services --- Disco.Web/Models/InitialConfig/CompleteModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Disco.Web/Models/InitialConfig/CompleteModel.cs b/Disco.Web/Models/InitialConfig/CompleteModel.cs index ffe3b979..94d80f1b 100644 --- a/Disco.Web/Models/InitialConfig/CompleteModel.cs +++ b/Disco.Web/Models/InitialConfig/CompleteModel.cs @@ -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