removed prefix(30) and version property

This commit is contained in:
eevee
2024-05-15 23:06:31 +03:00
parent d1d6b60247
commit 885d68e7e4
3 changed files with 3 additions and 2 deletions
@@ -15,7 +15,6 @@ extension String {
self
.removeMatches("\\(.*\\)")
.removeMatches("- .*")
.prefix(30)
.trimmingCharacters(in: .whitespaces)
)
}