Fixing typing issue.
This commit is contained in:
parent
ce73832a43
commit
5b1db96129
|
@ -109,7 +109,7 @@ class QueryRunner {
|
|||
)
|
||||
}
|
||||
|
||||
let query
|
||||
let query: Record<string, any>
|
||||
// handle SQL injections by interpolating the variables
|
||||
if (isSQL(datasourceClone)) {
|
||||
query = await interpolateSQL(fieldsClone, enrichedContext, integration, {
|
||||
|
|
Loading…
Reference in New Issue