copy worker.php

This commit is contained in:
2026-03-06 00:56:25 +01:00
parent 057e63e5c2
commit 29488650b6

View File

@@ -215,4 +215,3 @@ function truncateText(string $text, int $limit): string
}
return substr($text, 0, $limit) . "\n...truncated...";
}
s