Fix hound [SCI-8227]

This commit is contained in:
sboursen-scinote 2023-03-31 16:54:52 +02:00
parent 9b8db8befd
commit 021913d6a8

View file

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