Fix hound [SCI-8227]

This commit is contained in:
sboursen-scinote 2023-03-31 16:56:12 +02:00
parent 021913d6a8
commit aa75782766

View file

@ -581,7 +581,7 @@ class Protocol < ApplicationRecord
end
def set_linked_at
linked_at = created_at
self.linked_at = created_at
self.save!
end