We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e9a03 commit f7b772eCopy full SHA for f7b772e
modules/express/test/unit/clientRoutes/lightning/lightningSignerRoutes.ts
@@ -13,7 +13,7 @@ import {
13
handleInitLightningWallet,
14
handleUnlockLightningWallet,
15
} from '../../../../src/lightning/lightningSignerRoutes';
16
-import { ExpressApiRouteRequest } from 'modules/express/src/typedRoutes/api';
+import { ExpressApiRouteRequest } from '../../../../src/typedRoutes/api';
17
18
describe('Lightning signer routes', () => {
19
let bitgo: TestBitGoAPI;
0 commit comments