mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🚧 add prettierrc to gitignore
This commit is contained in:
@@ -15,7 +15,7 @@ export function executeQuery(
|
||||
getNodeParam: Function,
|
||||
pgp: pgPromise.IMain<{}, pg.IClient>,
|
||||
db: pgPromise.IDatabase<{}, pg.IClient>,
|
||||
input: INodeExecutionData[]
|
||||
input: INodeExecutionData[],
|
||||
): Promise<any> {
|
||||
const queries: string[] = [];
|
||||
for (let i = 0; i < input.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user