[backend/services] Remove unused exception variable

This commit is contained in:
pancakes 2025-03-27 17:44:36 +10:00
parent cfd7d62777
commit 66afc34bbd
No known key found for this signature in database

View file

@ -147,7 +147,7 @@ public class InstanceService(
iconUrl != null ? new Uri(baseUri, iconUrl).ToString() : null
);
}
catch (Exception e)
catch
{
return (null, null);
}