mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 12:03:27 +00:00
fix(foundry): fix runner version
This commit is contained in:
parent
f25a92aca8
commit
ffb9f1082b
10 changed files with 114 additions and 6 deletions
|
|
@ -187,6 +187,7 @@ function toTaskModel(
|
|||
diffs: detail?.diffs ?? {},
|
||||
fileTree: detail?.fileTree ?? [],
|
||||
minutesUsed: detail?.minutesUsed ?? 0,
|
||||
sandboxes: detail?.sandboxes ?? [],
|
||||
activeSandboxId: detail?.activeSandboxId ?? null,
|
||||
primaryUserLogin: detail?.primaryUserLogin ?? summary.primaryUserLogin ?? null,
|
||||
primaryUserAvatarUrl: detail?.primaryUserAvatarUrl ?? summary.primaryUserAvatarUrl ?? null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue