From 95d1b3bb3bb0591591c1d46bc900dcb8a4f96ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Regadas?= Date: Wed, 5 Jul 2023 11:29:17 +0100 Subject: [PATCH] [MMI] Adds missing return for MMI (#19869) * adds missing return for mmi * clean up --- app/scripts/controllers/transactions/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/scripts/controllers/transactions/index.js b/app/scripts/controllers/transactions/index.js index cc8fc02c6..37de2830e 100644 --- a/app/scripts/controllers/transactions/index.js +++ b/app/scripts/controllers/transactions/index.js @@ -1305,6 +1305,8 @@ export default class TransactionController extends EventEmitter { txMeta.custodyId, fromAddress, ); + + return null; } ///: END:ONLY_INCLUDE_IN