perf: clean payload
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
a3b1095952
commit
e353f7916a
|
@ -105,8 +105,7 @@ function cleanPayload(payload) {
|
|||
payload[prop] = payload[prop].filter(
|
||||
(item) => item.description !== '' && item.observationTypeFk !== '',
|
||||
);
|
||||
}
|
||||
if (prop === 'deletes') {
|
||||
} else {
|
||||
payload[prop] = payload[prop].filter(
|
||||
(item) => item !== null && item !== undefined,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue