mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] add breaks for micro optimisation
This commit is contained in:
parent
97d49dcfcb
commit
406b70a900
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,7 @@
|
|||
Vue.set(app.apps[i], 'created_time', data.created_time);
|
||||
Vue.set(app.apps[i], 'started_time', data.started_time);
|
||||
Vue.set(app.apps[i], 'end_time', data.end_time);
|
||||
break;
|
||||
}
|
||||
}
|
||||
} else if (action == "new_job") {
|
||||
|
@ -124,6 +125,7 @@
|
|||
Vue.set(app.apps[i], 'created_time', data.created_time);
|
||||
Vue.set(app.apps[i], 'started_time', data.started_time);
|
||||
Vue.set(app.apps[i], 'end_time', data.end_time);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue