Updates
This commit is contained in:
@@ -25,7 +25,7 @@ function sqlInsertGenerator({ tableName, data, dbFullName, }) {
|
||||
const value = item[ky];
|
||||
const finalValue = typeof value == "string" ||
|
||||
typeof value == "number"
|
||||
? String(value)
|
||||
? value
|
||||
: value
|
||||
? String(value().value)
|
||||
: null;
|
||||
|
||||
Reference in New Issue
Block a user