#25-cleanup-&-enhancements #27
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ export default abstract class DynamicQueryBuilder {
|
|||
results = tempResults;
|
||||
} else {
|
||||
results.forEach((res) => {
|
||||
res[newKey] = String(value);
|
||||
if (String(value) != "undefined") res[newKey] = String(value);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue