Skip to content

Commit f27c7aa

Browse files
committed
refactor: attempt to fix import
TICKET: WP-5445
1 parent 5a7e6f5 commit f27c7aa

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
@@ -15,7 +15,7 @@ import { Buffer } from 'buffer';
1515
import { GetWalletStateResponse } from './codecs';
1616
import { LndSignerClient } from './lndSignerClient';
1717
import { ApiResponseError } from '../errors';
18-
import type { ExpressApiRouteRequest } from '../typedRoutes/api';
18+
import { ExpressApiRouteRequest } from '../typedRoutes/api';
1919

2020
type Decrypt = (params: { input: string; password: string }) => string;
2121

0 commit comments

Comments
 (0)