fix: dev center app icon SVG issue

This commit is contained in:
KernelDeimos 2024-12-30 13:52:14 -05:00
parent 23eab63776
commit 47a4313d92

View File

@ -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');