Fixing email String importation/preview.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-04-28 14:43:07 -05:00
parent ef982eb6a1
commit 5e4db00352
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Extension { #name : #ByteString }
{ #category : #'*MiniDocs' }
ByteString >> email [
"Quick fix for importing Lepiter pages that have a plain ByteString field as email."
^ self
]