[backend/services] Remove unused exception variable
This commit is contained in:
parent
cfd7d62777
commit
66afc34bbd
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public class InstanceService(
|
||||||
iconUrl != null ? new Uri(baseUri, iconUrl).ToString() : null
|
iconUrl != null ? new Uri(baseUri, iconUrl).ToString() : null
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch
|
||||||
{
|
{
|
||||||
return (null, null);
|
return (null, null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue