diff --git a/Iceshrimp.Backend/Core/Services/InstanceService.cs b/Iceshrimp.Backend/Core/Services/InstanceService.cs index 92e19f64..68244380 100644 --- a/Iceshrimp.Backend/Core/Services/InstanceService.cs +++ b/Iceshrimp.Backend/Core/Services/InstanceService.cs @@ -147,7 +147,7 @@ public class InstanceService( iconUrl != null ? new Uri(baseUri, iconUrl).ToString() : null ); } - catch (Exception e) + catch { return (null, null); }