mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 17:59:42 +00:00
fix task v1 generation in run_task api (#2075)
This commit is contained in:
parent
a45e630b35
commit
cf013af430
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ async def _setup_local_organization() -> str:
|
|||
organization_id=organization.organization_id,
|
||||
token_type=OrganizationAuthTokenType.api,
|
||||
)
|
||||
return org_auth_token.token
|
||||
return org_auth_token.token if org_auth_token else ""
|
||||
|
||||
|
||||
@app.command(name="init")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue