Skip to content

Commit

Permalink
Update integrations-service/integrations/utils/integrations/browserba…
Browse files Browse the repository at this point in the history
…se.py

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
Vedantsahai18 and ellipsis-dev[bot] authored Jan 15, 2025
1 parent b033fb4 commit 94b2e19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def create_session(
# Convert datetime fields to ISO format strings
return BrowserbaseCreateSessionOutput(
id=session.id,
connectionslqUrl=session.connect_url,
connectionUrl=session.connect_url,
createdAt=session.created_at.isoformat() if session.created_at else None,
projectId=session.project_id,
startedAt=session.started_at.isoformat() if session.started_at else None,
Expand Down

0 comments on commit 94b2e19

Please sign in to comment.