Skip to content

Commit

Permalink
ensure proxyId saved on Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Sep 20, 2024
1 parent 827023a commit d0839b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/btrixcloud/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ async def commit_to_profile(
oid=org.id,
baseid=baseid,
crawlerChannel=browser_commit.crawlerChannel,
proxyId=browser_commit.proxyId,
)

await self.profiles.find_one_and_update(
Expand Down Expand Up @@ -572,6 +573,7 @@ async def commit_browser_to_existing(
name=browser_commit.name,
description=browser_commit.description or profile.description,
crawlerChannel=profile.crawlerChannel,
proxyId=profile.proxyId,
),
org=org,
user=user,
Expand Down

0 comments on commit d0839b4

Please sign in to comment.