Skip to content

Commit 076bad6

Browse files
committed
refactor: fix import
TICKET: WP-5445
1 parent 2569f78 commit 076bad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/express/src/lightning/lightningSignerRoutes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Buffer } from 'buffer';
1717
import { GetWalletStateResponse, InitLightningWalletRequest, UnlockLightningWalletRequest } from './codecs';
1818
import { LndSignerClient } from './lndSignerClient';
1919
import { ApiResponseError } from '../errors';
20-
import type { ExpressApiRouteRequest } from '../typedRoutes/api';
20+
import { ExpressApiRouteRequest } from '../../../../src/typedRoutes/api';
2121

2222
type Decrypt = (params: { input: string; password: string }) => string;
2323

0 commit comments

Comments
 (0)