mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
💡 fix function docs
This commit is contained in:
parent
2fea79f5f1
commit
10a26ee75d
|
@ -58,7 +58,7 @@ export function pgQuery(
|
||||||
* @param {Function} getNodeParam The getter of the Node
|
* @param {Function} getNodeParam The getter of the Node
|
||||||
* @param {pgPromise.IMain<{}, pg.IClient>} pgp The pgPromise instance
|
* @param {pgPromise.IMain<{}, pg.IClient>} pgp The pgPromise instance
|
||||||
* @param {pgPromise.IDatabase<{}, pg.IClient>} db The pgPromise database connection
|
* @param {pgPromise.IDatabase<{}, pg.IClient>} db The pgPromise database connection
|
||||||
* @param {input[]} input The Node's input data
|
* @param {INodeExecutionData[]} items The items to be inserted
|
||||||
* @returns Promise<Array<IDataObject>>
|
* @returns Promise<Array<IDataObject>>
|
||||||
*/
|
*/
|
||||||
export async function pgInsert(
|
export async function pgInsert(
|
||||||
|
@ -102,7 +102,7 @@ export async function pgInsert(
|
||||||
* @param {Function} getNodeParam The getter of the Node
|
* @param {Function} getNodeParam The getter of the Node
|
||||||
* @param {pgPromise.IMain<{}, pg.IClient>} pgp The pgPromise instance
|
* @param {pgPromise.IMain<{}, pg.IClient>} pgp The pgPromise instance
|
||||||
* @param {pgPromise.IDatabase<{}, pg.IClient>} db The pgPromise database connection
|
* @param {pgPromise.IDatabase<{}, pg.IClient>} db The pgPromise database connection
|
||||||
* @param {input[]} input The Node's input data
|
* @param {INodeExecutionData[]} items The items to be updated
|
||||||
* @returns Promise<Array<IDataObject>>
|
* @returns Promise<Array<IDataObject>>
|
||||||
*/
|
*/
|
||||||
export async function pgUpdate(
|
export async function pgUpdate(
|
||||||
|
|
Loading…
Reference in a new issue