Skip to content

Commit

Permalink
Update app/models/events/rubygem_event.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Emde <[email protected]>
  • Loading branch information
colby-swandale and martinemde authored Sep 27, 2024
1 parent 5599466 commit 764b75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/events/rubygem_event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Events::RubygemEvent < ApplicationRecord
attribute :owner_gid, :global_id
end

OWNER_ROLE_UPDATED = define_event "rubygem:owner:updated" do
OWNER_ROLE_UPDATED = define_event "rubygem:owner:role_updated" do
attribute :owner, :string
attribute :updated_by, :string

Expand Down

0 comments on commit 764b75c

Please sign in to comment.