Skip to content

Commit

Permalink
Nemám rád permutace. Permutace nemám rád. Rád nemám permutace. Nemám …
Browse files Browse the repository at this point in the history
…permutace rád. Rád permutace nemám. Permutace rád nemám.
  • Loading branch information
WIPocket committed Sep 30, 2024
1 parent 27eff55 commit 36c24bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tgbot.deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ async function domeny() {
)
.map((x) => x.item_title);
x.sort();
x.sort((a,b)=>a.length - b.length);
while (x.length > 0) {
const chunk = x.splice(0, 50);
await tgCall({
Expand Down

0 comments on commit 36c24bd

Please sign in to comment.