From 47a4313d92152b9e5b4036715ac4f19431be8940 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Mon, 30 Dec 2024 13:52:14 -0500 Subject: [PATCH] fix: dev center app icon SVG issue --- src/backend/src/om/entitystorage/AppES.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/src/om/entitystorage/AppES.js b/src/backend/src/om/entitystorage/AppES.js index de489aef..b8d6e26b 100644 --- a/src/backend/src/om/entitystorage/AppES.js +++ b/src/backend/src/om/entitystorage/AppES.js @@ -316,6 +316,7 @@ class AppES extends BaseES { try { const { stream, mime } = await svc_appIcon.get_icon_stream({ app_uid: await entity.get('uid'), + app_icon: await entity.get('icon'), size: icon_size, }); if ( ! stream ) throw Error('no stream');