Fix task id in experiment table [SCI-7690]

This commit is contained in:
Anton 2023-01-06 10:58:41 +01:00
parent 631608e7db
commit a98aad56db

View file

@ -106,7 +106,7 @@ module Experiments
def id_presenter(my_module)
{
id: my_module.id
id: my_module.code
}
end