Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tiegz committed Jan 30, 2024
1 parent 0a110b1 commit d2fcb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/version.rb
Expand Up @@ -46,7 +46,7 @@ class Version < ApplicationRecord
has_many :runtime_dependencies, -> { where kind: %w[runtime normal] }, class_name: "Dependency"

##############################################################################################
# NB: callbacks are run manually in bulk_after_create_commit, so keep that class in sync with these.
# NB: callbacks are run manually in bulk_after_create_commit, so keep that method in sync with these.
##############################################################################################
before_save :update_spdx_expression
after_create_commit :send_notifications_async,
Expand Down

0 comments on commit d2fcb9b

Please sign in to comment.