Silence some warnings

This commit is contained in:
Zed
2020-06-22 03:50:16 +02:00
parent 155909aa9f
commit bde3c3662d
9 changed files with 11 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ proc createRssRouter*(cfg: Config) =
var key = @"name" & "/" & @"tab"
if @"tab" == "search":
key &= hash(genQueryUrl(query))
key &= $hash(genQueryUrl(query))
key &= getCursor()
var rss = await getCachedRss(key)