Skip to content

Commit

Permalink
chore: make webhook uuid not writeable in decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 16, 2024
1 parent b13f2c3 commit fb38b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/api/decorators/webhook_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class WebhookEventDecorator < BaseDecorator
property :name
end

property :uuid
property :uuid, writeable: false

property :description, getter: lambda { |represented:, **| represented.display_description }

Expand Down

0 comments on commit fb38b85

Please sign in to comment.