mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Cleanup
This commit is contained in:
parent
b0a5e38b3f
commit
80f7bc0a02
2 changed files with 3 additions and 3 deletions
|
|
@ -104,7 +104,7 @@ template respTimeline*(timeline: typed) =
|
|||
|
||||
template respUserId*() =
|
||||
cond @"user_id".len > 0
|
||||
let username = await getCachedProfileScreenName(@"user_id")
|
||||
let username = await getCachedProfileUsername(@"user_id")
|
||||
if username.len > 0:
|
||||
redirect("/" & username)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue