Fix linter

This commit is contained in:
Esther Lozano 2020-02-26 17:44:53 +01:00
parent 1888302cee
commit 779a8a8927

View File

@ -48,7 +48,7 @@ function normalizedField (field) {
if (!field) {
return undefined;
}
return field.toString().trim().substr(0, MAX_LENGTH);
}