Skip to content

Commit

Permalink
feat(run): remove async field
Browse files Browse the repository at this point in the history
  • Loading branch information
SCedricThomas committed Aug 20, 2024
1 parent 9cce141 commit d9db41e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions run.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ type RunOpts struct {
Env map[string]string
Size string
Detached bool
Async bool
HasUploads bool
}

Expand All @@ -40,7 +39,6 @@ func (c *Client) Run(ctx context.Context, opts RunOpts) (*RunRes, error) {
"env": opts.Env,
"size": opts.Size,
"detached": opts.Detached,
"async": opts.Async,
"has_uploads": opts.HasUploads,
},
}
Expand Down

0 comments on commit d9db41e

Please sign in to comment.