mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Fix hound [SCI-1158]
This commit is contained in:
parent
0ee7e11620
commit
a3f847a232
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Checklist < ActiveRecord::Base
|
|||
query = nil,
|
||||
page = 1,
|
||||
_current_team = nil,
|
||||
options= {})
|
||||
options = {})
|
||||
step_ids =
|
||||
Step
|
||||
.search(user, include_archived, nil, Constants::SEARCH_NO_LIMIT)
|
||||
|
|
Loading…
Reference in a new issue