1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

Fixing typing issue.

This commit is contained in:
mike12345567 2024-03-22 12:05:55 +00:00
parent ce73832a43
commit 5b1db96129

View file

@ -109,7 +109,7 @@ class QueryRunner {
) )
} }
let query let query: Record<string, any>
// handle SQL injections by interpolating the variables // handle SQL injections by interpolating the variables
if (isSQL(datasourceClone)) { if (isSQL(datasourceClone)) {
query = await interpolateSQL(fieldsClone, enrichedContext, integration, { query = await interpolateSQL(fieldsClone, enrichedContext, integration, {