Skip to content

Commit

Permalink
PR Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sagerb committed Jan 13, 2025
1 parent 21c0b1e commit f26aa71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions internal/services/api/deployment_dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ type fullDeploymentDTO struct {
deployment.Deployment
ConfigPath string `json:"configurationPath"`
SaveName string `json:"saveName"`
LocalID string `toml:"local_id,omitempty" json:"localId"`
AbortedAt string `toml:"aborted_at,omitempty" json:"abortedAt"`
}

type deploymentErrorDTO struct {
Expand Down Expand Up @@ -92,8 +90,6 @@ func deploymentAsDTO(d *deployment.Deployment, err error, projectDir util.Absolu
Deployment: *d,
ConfigPath: configPath,
SaveName: saveName, // TODO: remove this duplicate (remove frontend references first)
AbortedAt: d.AbortedAt,
LocalID: d.LocalID,
}
} else {
if d.ConfigName != "" {
Expand Down
4 changes: 2 additions & 2 deletions vendor/github.com/godbus/dbus/v5/conn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f26aa71

Please sign in to comment.