Remove useless uses of uniq

This commit is contained in:
Will Faught
2023-02-05 21:19:28 -08:00
parent 63e9f1e2cd
commit 3236359560
3 changed files with 3 additions and 3 deletions

View File

@@ -110,7 +110,7 @@
{{ $params = $params | append "transparent=0" }}
{{ end }}
{{ $params = delimit ($params | sort | uniq) "&" }}
{{ $params = delimit ($params | sort) "&" }}
{{ $src := print "https://player.vimeo.com/video/" $video }}