[chore:] tiny improvements for address check
This commit is contained in:
@@ -212,4 +212,9 @@ public class KasPersonError
|
||||
|
||||
return output;
|
||||
}
|
||||
|
||||
public string ToString(KasPerson person)
|
||||
{
|
||||
return "ID:"+person.id + "; Name: " +person.name +"; Errors: " + GetString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user