Skip to content

Commit 2ef975a

Browse files
committed
fix: pydantic
1 parent dd93bcd commit 2ef975a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_scan/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def clone(self) -> "ScanPathResult":
243243
class ScanUserInfo(BaseModel):
244244
hostname: str | None = None
245245
username: str | None = None
246-
email: str | None = None
246+
identifier: str | None = None
247247
ip_address: str | None = None
248248
anonymous_identifier: str | None = None
249249

0 commit comments

Comments
 (0)