fix
parent
96c8291253
commit
7a6c532ea7
|
|
@ -37,6 +37,7 @@ export class TaskParameterSerializer {
|
||||||
x.value !== undefined &&
|
x.value !== undefined &&
|
||||||
x.name !== `CUSTOM_JOB` &&
|
x.name !== `CUSTOM_JOB` &&
|
||||||
x.name !== `GAMECI_CUSTOM_JOB` &&
|
x.name !== `GAMECI_CUSTOM_JOB` &&
|
||||||
|
x.value !== `false` &&
|
||||||
x.value !== `undefined`,
|
x.value !== `undefined`,
|
||||||
)
|
)
|
||||||
.map((x) => {
|
.map((x) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue