From c27da99a9277c4bd6b1cf6a041ad075b2dce0602 Mon Sep 17 00:00:00 2001
From: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Date: Mon, 21 Feb 2022 20:53:55 +0800
Subject: [PATCH] fix(route)(telegram): redundant backtick in template (#9162)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
---
lib/v2/telegram/templates/video.art | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/v2/telegram/templates/video.art b/lib/v2/telegram/templates/video.art
index 9fc08e556..3efe17798 100644
--- a/lib/v2/telegram/templates/video.art
+++ b/lib/v2/telegram/templates/video.art
@@ -1,5 +1,5 @@
{{ if source }}
-`
+
{{ else }}
Media is too big
-{{ /if }}
\ No newline at end of file
+{{ /if }}