mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-01 10:13:33 +08:00
fixed hound
This commit is contained in:
parent
701c26a2dd
commit
d1f6a0f58d
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ module FirstTimeDataGenerator
|
|||
created_at: generate_random_time(6.days.ago),
|
||||
due_date: Time.now + (2 * i + 1).weeks,
|
||||
description: i == 5 ? qpcr_module_description : nil,
|
||||
x: ( i < 4 ? i % 4 : 7 - i ) * 32,
|
||||
y: (i/4) * 16,
|
||||
x: (i < 4 ? i % 4 : 7 - i) * 32,
|
||||
y: (i / 4) * 16,
|
||||
project: project,
|
||||
workflow_order: i,
|
||||
my_module_group: my_module_group
|
||||
|
|
Loading…
Reference in a new issue