mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-20 20:43:44 -05:00
feat(types): remove dummy email
This commit is contained in:
@@ -30,7 +30,6 @@ class EmailToUsernameEnricher(Enricher):
|
||||
results: List[OutputType] = []
|
||||
|
||||
for email in data:
|
||||
# chamyanis@gmail.com
|
||||
splitted = email.email.split("@")
|
||||
username = splitted[0]
|
||||
results.append(Username(value=username))
|
||||
|
||||
Reference in New Issue
Block a user