[chore:] tiny improvements for address check

This commit is contained in:
2026-05-02 15:39:42 +02:00
parent 488830cdad
commit 56233e6f5c
5 changed files with 24 additions and 8 deletions
+5
View File
@@ -212,4 +212,9 @@ public class KasPersonError
return output;
}
public string ToString(KasPerson person)
{
return "ID:"+person.id + "; Name: " +person.name +"; Errors: " + GetString();
}
}