Fix getLink typo

This commit is contained in:
Zed
2019-07-01 23:55:19 +02:00
parent 7ef10b88f4
commit 97166feec9
2 changed files with 3 additions and 5 deletions

View File

@@ -96,4 +96,4 @@ proc getTime*(tweet: Tweet): string =
tweet.time.format("d/M/yyyy', ' HH:mm:ss")
proc getLink*(tweet: Tweet | Quote): string =
&"{tweet.profile.username}/status/{tweet.id}"
&"/{tweet.profile.username}/status/{tweet.id}"