Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-gill committed Dec 20, 2024
1 parent 0f9922a commit f9bd177
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import type {
import { NodeOperationError } from 'n8n-workflow';

import { getResolvables, updateDisplayOptions } from '@utils/utilities';

Check failure on line 9 in packages/nodes-base/nodes/Postgres/v2/actions/database/executeQuery.operation.ts

View workflow job for this annotation

GitHub Actions / Lint / Lint

There should be at least one empty line between import groups

Check failure on line 9 in packages/nodes-base/nodes/Postgres/v2/actions/database/executeQuery.operation.ts

View workflow job for this annotation

GitHub Actions / Lint / Lint

There should be at least one empty line between import groups

import type {
PgpDatabase,
PostgresNodeOptions,
Expand Down
1 change: 1 addition & 0 deletions packages/nodes-base/nodes/Postgres/v2/helpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export function isJSON(str: string) {
}
}

// wip
export function stringToArray(str: NodeParameterValueType | undefined) {
if (str === undefined) return [];
return String(str)
Expand Down

0 comments on commit f9bd177

Please sign in to comment.