mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Switched wrong variable name
Signed-off-by: SystemsPurge <naktiyoussef@proton.me>
This commit is contained in:
parent
7fda62ab67
commit
3bad4e4509
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ const WidgetPlayer = (
|
|||
const clickStart = async () => {
|
||||
try {
|
||||
setPlayerState(transitionState(playerState, 'ICBUSY'));
|
||||
let pld = {action:"start",when:Math.round((new Date()).getTime() / 1000),parameters:{...config.startParameters}}
|
||||
let pld = {action:"start",when:Math.round((new Date()).getTime() / 1000),parameters:{...startParameters}}
|
||||
if(isUploadResultsChecked){
|
||||
addResult({result: {
|
||||
scenarioID: scenarioID
|
||||
|
|
Loading…
Add table
Reference in a new issue