Skip to content

Commit aed10d9

Browse files
committed
fixed wrong name for sandbox id in err response
1 parent de1ccdd commit aed10d9

File tree

1 file changed

+1
-1
lines changed
  • packages/orchestrator/internal/proxy

1 file changed

+1
-1
lines changed

packages/orchestrator/internal/proxy/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type htmlTemplateData struct {
3434

3535
type jsonTemplateData struct {
3636
Error string `json:"error"`
37-
SandboxId string `json:"sandbox_id"`
37+
SandboxId string `json:"sandboxId"`
3838
Port uint64 `json:"port"`
3939
}
4040

0 commit comments

Comments
 (0)