Skip to content

Commit

Permalink
fix: search results split
Browse files Browse the repository at this point in the history
  • Loading branch information
k.mesniankin committed Nov 5, 2024
1 parent 71bf7ee commit 90e70f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composers/TorrentsComposer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class TorrentsComposer<
const text = results
.slice(0, 5)
.map(([se, result]) => this.formatSearchResult(ctx, se, result))
.join('');
.join('\n');

try {
await ctx.reply(text, {
Expand Down

0 comments on commit 90e70f4

Please sign in to comment.