mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-17 12:10:39 +01:00
refactor: fix ts error
This commit is contained in:
parent
0f24c80e5a
commit
ebf7780c3c
@ -72,7 +72,7 @@ export const escapeAndQuote = (val: string, client: ClientCode) => {
|
|||||||
export const valueToSqlString = (args: {
|
export const valueToSqlString = (args: {
|
||||||
val: any;
|
val: any;
|
||||||
client: ClientCode;
|
client: ClientCode;
|
||||||
field: {type: string; datePrecision: number};
|
field: {type: string; datePrecision: number; isArray?: boolean};
|
||||||
}): string => {
|
}): string => {
|
||||||
let parsedValue;
|
let parsedValue;
|
||||||
const { val, client, field } = args;
|
const { val, client, field } = args;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user