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.
2 parents cb6df0f + 50e3714 commit b77ee99Copy full SHA for b77ee99
modules/express/src/clientRoutes.ts
@@ -664,9 +664,7 @@ export async function handleV2CreateAddress(req: ExpressApiRouteRequest<'express
664
* handle v2 approve transaction
665
* @param req
666
*/
667
-async function handleV2PendingApproval(
668
- req: ExpressApiRouteRequest<'express.v2.pendingapprovals', 'put'>
669
-): Promise<any> {
+async function handleV2PendingApproval(req: ExpressApiRouteRequest<'express.v2.pendingapprovals', 'put'>) {
670
const bitgo = req.bitgo;
671
const coin = bitgo.coin(req.decoded.coin);
672
const params = req.body || {};
0 commit comments