unified function call styles

This commit is contained in:
Mitarashi
2022-01-14 20:45:02 +02:00
parent aee222eb62
commit eff098003f
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import general, tweet
const doctype = "<!DOCTYPE html>\n"
proc renderVideoEmbed*(cfg: Config; req: Request; tweet: Tweet): string =
proc renderVideoEmbed*(tweet: Tweet; cfg: Config; req: Request): string =
let thumb = get(tweet.video).thumb
let vidUrl = getVideoEmbed(cfg, tweet.id)
let prefs = Prefs(hlsPlayback: true)