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