mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 14:20:22 +08:00
fix: dev center app icon SVG issue
This commit is contained in:
parent
23eab63776
commit
47a4313d92
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user