Merge "Fix a bug that job might not be able to be started properly."

This commit is contained in:
Treehugger Robot
2021-07-20 21:17:41 +00:00
committed by Gerrit Code Review

View File

@@ -35,7 +35,7 @@ export class OTAConfiguration {
* Start the generation process, will throw an error if not succeed
*/
async sendForm() {
for (let flag of OTAExtraFlags.slice(3, OTAflags.length)) {
for (let flag of OTAExtraFlags) {
if (this[flag.key]) {
this.extra_keys.push(flag.key)
}