Fix browser profile name in crawl endpoints (#1464)

Fixes #1388 

Fixes browser profile name lookup by ensuring profileid is in CrawlOut
model.
This commit is contained in:
Tessa Walsh 2024-01-14 19:30:27 -05:00 committed by GitHub
parent 138e2da8b3
commit 9f73bafd37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -551,6 +551,8 @@ class CrawlOut(BaseMongoModel):
userName: Optional[str]
oid: UUID
profileid: Optional[UUID]
name: Optional[str]
description: Optional[str]