Skip to content

Commit

Permalink
Fix SetAlleleRegistryIdSingleVariant job
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Apr 19, 2024
1 parent 17ad705 commit fbe5662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/jobs/set_allele_registry_id_single_variant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ def perform(variant)
delete_allele_registry_link(old_allele_registry_id)
end
end
GenerateOpenCravatLink.perform_later(self)
GenerateOpenCravatLink.perform_later(variant)
end
end

0 comments on commit fbe5662

Please sign in to comment.