Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Dec 23, 2024
1 parent c21c119 commit 9e0deca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/cli/src/services/credentials-tester.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
/* eslint-disable @typescript-eslint/no-unsafe-return */
/* eslint-disable @typescript-eslint/no-unsafe-call */
import get from 'lodash/get';
import { ErrorReporter, Logger, NodeExecuteFunctions, RoutingNode, isObjectLiteral } from 'n8n-core';
import {
ErrorReporter,
Logger,
NodeExecuteFunctions,
RoutingNode,
isObjectLiteral,
} from 'n8n-core';
import type {
ICredentialsDecrypted,
ICredentialTestFunction,
Expand Down

0 comments on commit 9e0deca

Please sign in to comment.