From cb93c11e166964b9f1f03a28cd1d0b7b246f5407 Mon Sep 17 00:00:00 2001 From: Erik <81252038+Captain8771@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:40:17 +0200 Subject: [PATCH] Fix CustomRPC (#1846) --- src/plugins/customRPC/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/customRPC/index.tsx b/src/plugins/customRPC/index.tsx index a58e5426..2ec7f53f 100644 --- a/src/plugins/customRPC/index.tsx +++ b/src/plugins/customRPC/index.tsx @@ -32,7 +32,7 @@ const Colors = findByPropsLazy("profileColors"); const assetManager = mapMangledModuleLazy( "getAssetImage: size must === [number, number] for Twitch", { - getAsset: filters.byCode("apply("), + getAsset: filters.byCode("APPLICATION_ASSETS_FETCH_SUCCESS"), } );