mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Fix typo
This commit is contained in:
parent
3588fb3445
commit
294328887a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class CreateMyModuleService
|
||||||
|
|
||||||
@my_module.save!
|
@my_module.save!
|
||||||
create_my_module_activity
|
create_my_module_activity
|
||||||
@experiment.generate_workflow_img
|
@params[:experiment].generate_workflow_img
|
||||||
@my_module
|
@my_module
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue