user controller tweak

This commit is contained in:
Vincent Cloutier 2023-03-30 21:02:14 -04:00
parent c21f0bac5b
commit 6ed607f3fc
1 changed files with 0 additions and 8 deletions

View File

@ -75,14 +75,6 @@ namespace BirdsiteLive.Controllers
{
try
{
if (!_twitterUserService.UserIsCached(id))
{
try
{
await _twitterTweetService.GetTimelineAsync(id);
}
catch (Exception e) { }
}
user = await _twitterUserService.GetUserAsync(id);
}
catch (UserNotFoundException)