Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeTamanoir committed Jan 8, 2025
1 parent 96c9fe8 commit ab7b9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fireblocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit ab7b9af

Please sign in to comment.