Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmorizon committed Jan 20, 2025
1 parent ecc4e2b commit 41b9228
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions @types/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type {
ETranslationsMock,
} from '@onekeyhq/shared/src/locale';
import type { IWebEmbedOnekeyAppSettings } from '@onekeyhq/web-embed/utils/webEmbedAppSettings';

import type { ProviderPrivate } from '@onekeyfe/onekey-private-provider';

type IWindowOneKeyHub = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ export const PARSE_HANDLERS = {
[EQRCodeHandlerNames.marketDetail]: marketDetail,
[EQRCodeHandlerNames.sendProtection]: sendProtection,
};

2 changes: 1 addition & 1 deletion packages/shared/src/utils/openUrlUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
import appGlobals from '../appGlobals';

import type { IPrefType } from '../../types/desktop';
import { EWebEmbedRoutePath } from '../consts/webEmbedConsts';
import type { EWebEmbedRoutePath } from '../consts/webEmbedConsts';

const openUrlByWebview = (url: string, title?: string) => {
appGlobals.$navigationRef.current?.navigate(ERootRoutes.Modal, {
Expand Down

0 comments on commit 41b9228

Please sign in to comment.