8000 Tags · sing-group/evoppi-frontend · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: sing-group/evoppi-frontend

Tags

v1.2.2

Toggle v1.2.2's commit message
Updates public URL in environment

The public server URL has been updated in the production environment
file.

v1.2.1

Toggle v1.2.1's commit message
Fixes error with results without steps

Although a same or different species result should always have, at
least, one step, an error during their execution may cause the backend
to serve a result with an empty step list.

This was causing the frontend to fail, as a reduce operation was applied
to the steps array in order to find the last step and this operation
fails when the array is empty and no initial value is provided.

This commit fixes this error by providing a initial value to the reduce
operation.
0