mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-24 06:05:40 +00:00
fix: dev center app icon SVG issue
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user