Skip to content

Commit

Permalink
⚡ linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-radency committed Apr 2, 2024
1 parent 141648d commit ca87537
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions packages/nodes-base/nodes/Salesforce/SalesforceTrigger.node.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import {
type IPollFunctions,
type INodeExecutionData,
type INodeType,
type INodeTypeDescription,
type ILoadOptionsFunctions,
type INodePropertyOptions,
type JsonObject,
NodeApiError,
import { NodeApiError } from 'n8n-workflow';

import type {
IDataObject,
IPollFunctions,
INodeExecutionData,
INodeType,
INodeTypeDescription,
ILoadOptionsFunctions,
INodePropertyOptions,
JsonObject,
} from 'n8n-workflow';

import { DateTime } from 'luxon';
Expand Down

0 comments on commit ca87537

Please sign in to comment.