We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdbb64 commit 2ca286aCopy full SHA for 2ca286a
1 file changed
packages/api/internal/orchestrator/delete_instance.go
@@ -19,7 +19,7 @@ import (
19
sbxlogger "github.com/e2b-dev/infra/packages/shared/pkg/logger/sandbox"
20
)
21
22
-func (o *Orchestrator) RemoveSandbox(ctx context.Context, teamID uuid.UUID, sandboxID string, opts sandbox.RemoveOpts) error {
+func (o *Orchestrator) RemoveSandbox(ctx context.Context, teamID uuid.UUID, sandboxID string, opts sandbox.RemoveOpts) (err error) {
23
ctx, span := tracer.Start(ctx, "remove-sandbox")
24
defer span.End()
25
0 commit comments