user controller tweak
This commit is contained in:
parent
c21f0bac5b
commit
6ed607f3fc
1 changed files with 0 additions and 8 deletions
|
@ -75,14 +75,6 @@ namespace BirdsiteLive.Controllers
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (!_twitterUserService.UserIsCached(id))
|
|
||||||
{
|
|
||||||
try
|
|
||||||
{
|
|
||||||
await _twitterTweetService.GetTimelineAsync(id);
|
|
||||||
}
|
|
||||||
catch (Exception e) { }
|
|
||||||
}
|
|
||||||
user = await _twitterUserService.GetUserAsync(id);
|
user = await _twitterUserService.GetUserAsync(id);
|
||||||
}
|
}
|
||||||
catch (UserNotFoundException)
|
catch (UserNotFoundException)
|
||||||
|
|
Loading…
Add table
Reference in a new issue