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:
parent
138e2da8b3
commit
9f73bafd37
@ -551,6 +551,8 @@ class CrawlOut(BaseMongoModel):
|
||||
userName: Optional[str]
|
||||
oid: UUID
|
||||
|
||||
profileid: Optional[UUID]
|
||||
|
||||
name: Optional[str]
|
||||
description: Optional[str]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user