Skip to content

Commit

Permalink
stlye: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
fengkx committed Aug 10, 2023
1 parent db6e99d commit 9235f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/controlers/rss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export async function unsub(ctx: MContext, next: TNextFn): Promise<void> {
ctx.replyWithMarkdown(
`
${i18n[lang]['UNSUB_SUCCESS']} [${feed.value.feed_title}](${encodeUrl(
ctx.state.feedUrl
)})`,
ctx.state.feedUrl
)})`,
{
reply_markup: {
remove_keyboard: true
Expand Down

0 comments on commit 9235f9e

Please sign in to comment.