From ab7b9affa050d3e245ead0efcb74f4e5dd91d53e Mon Sep 17 00:00:00 2001 From: Martin Saldinger Date: Wed, 8 Jan 2025 14:12:03 +0100 Subject: [PATCH] fix lint --- src/fireblocks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fireblocks.ts b/src/fireblocks.ts index b538a97..a43c04f 100644 --- a/src/fireblocks.ts +++ b/src/fireblocks.ts @@ -8,7 +8,7 @@ import { } from '@fireblocks/ts-sdk'; import type { Client } from 'openapi-fetch'; -import { FireblocksSigner, type FireblocksAssetId } from './fireblocks_signer.js'; +import { type FireblocksAssetId, FireblocksSigner } from './fireblocks_signer.js'; import type { components, paths } from './openapi/schema.js'; export type FireblocksIntegration = (