From 9235f9e4744e80898ed3217af96a5b2bbcc47f46 Mon Sep 17 00:00:00 2001 From: fengkx Date: Wed, 9 Aug 2023 12:00:08 +0800 Subject: [PATCH] stlye: format code --- source/controlers/rss.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/controlers/rss.ts b/source/controlers/rss.ts index f4f4c736f53..3b8cb4f5142 100644 --- a/source/controlers/rss.ts +++ b/source/controlers/rss.ts @@ -40,8 +40,8 @@ export async function unsub(ctx: MContext, next: TNextFn): Promise { ctx.replyWithMarkdown( ` ${i18n[lang]['UNSUB_SUCCESS']} [${feed.value.feed_title}](${encodeUrl( - ctx.state.feedUrl - )})`, + ctx.state.feedUrl + )})`, { reply_markup: { remove_keyboard: true