Skip to content

Commit

Permalink
chore: add back in target for v old versions of pact broker client
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 16, 2023
1 parent 59ce994 commit 215175d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module Decorators
class EmbeddedDeployedVersionDecorator < BaseDecorator
property :uuid
property :currently_deployed, camelize: true
property :target, camelize: true # deprecated
property :applicationInstance, getter: lambda { |_| target }
property :undeployedAt, getter: lambda { |_| undeployed_at ? FormatDateTime.call(undeployed_at) : nil }, writeable: false

Expand Down

0 comments on commit 215175d

Please sign in to comment.