Skip to content

Commit

Permalink
Remove unnecessary string from balance command
Browse files Browse the repository at this point in the history
  • Loading branch information
chiliec committed Aug 19, 2024
1 parent 5689dbb commit 4b787af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/features/balance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ feature.command("balance", logHandle("command-balance"), async ctx => {
getBalanceChangeTypeName(v.type),
v.createdAt ? formatDateTimeCompact(v.createdAt) : "",
])
const md = `${ctx.t("line.count", { count })}
const md = `
\`\`\`\n${getMarkdownTable({
table: {
head: ["$CUBE", "Type", "Date"],
Expand Down

0 comments on commit 4b787af

Please sign in to comment.