Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmorizon committed Dec 25, 2024
1 parent 9a0dd60 commit 3cd61ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit-bg/src/dbs/local/LocalDbBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ import { EDBAccountType } from './consts';
import { LocalDbBaseContainer } from './LocalDbBaseContainer';
import { ELocalDBStoreNames } from './localDBStoreNames';

import type { IDeviceType } from '@onekeyfe/hd-core';
import type {
IDBAccount,
IDBApiGetContextOptions,
Expand Down Expand Up @@ -109,6 +108,7 @@ import type {
ILocalDBTransaction,
ILocalDBTxGetRecordByIdResult,
} from './types';
import type { IDeviceType } from '@onekeyfe/hd-core';

const getOrderByWalletType = (walletType: IDBWalletType): number => {
switch (walletType) {
Expand Down

0 comments on commit 3cd61ec

Please sign in to comment.