mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fix hound [SCI-8227]
This commit is contained in:
parent
9b8db8befd
commit
021913d6a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue