Skip to content

Commit

Permalink
fix(manifest-repo-export-service): Changed json signature of transfor…
Browse files Browse the repository at this point in the history
…mer (#2043)

Ref: SRX-9MM6SC
  • Loading branch information
diogo-nogueira-freiheit authored Oct 14, 2024
1 parent 019d08c commit 531fb4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1571,8 +1571,8 @@ func (c *MigrationTransformer) SetEslVersion(eslVersion db.TransformerID) {
type DeleteEnvFromApp struct {
Authentication `json:"-"`
TransformerMetadata `json:"metadata"`
Environment string `json:"environment"`
Application string `json:"application"`
Environment string `json:"env"`
Application string `json:"app"`
TransformerEslVersion db.TransformerID `json:"-"` // Tags the transformer with EventSourcingLight eslVersion
}

Expand Down

0 comments on commit 531fb4e

Please sign in to comment.