Skip to content

Commit

Permalink
fix: fix for previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Dec 20, 2024
1 parent 4f3a161 commit 648d6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/src/services/AppIconService.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class AppIconService extends BaseService {
const svc_su = this.services.get('su');
const ll_read = new LLRead();
return {
mime: 'image/png',
stream: await ll_read.run({
fsNode: node,
actor: await svc_su.get_system_actor(),
Expand Down

0 comments on commit 648d6e0

Please sign in to comment.