Skip to content

Commit

Permalink
fix: dev center app icon SVG issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Dec 30, 2024
1 parent 23eab63 commit 47a4313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/src/om/entitystorage/AppES.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 47a4313

Please sign in to comment.