mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-03 07:48:46 +08:00
fix: 1954f8-related issue
get-user-app-token was calling ll_mkdir with 'user' instead of 'actor'
This commit is contained in:
parent
1954f86680
commit
f5865daede
@ -76,7 +76,7 @@ module.exports = eggspress('/auth/get-user-app-token', {
|
|||||||
thumbnail: app.icon,
|
thumbnail: app.icon,
|
||||||
parent: await svc_fs.node(appdata_dir_sel),
|
parent: await svc_fs.node(appdata_dir_sel),
|
||||||
name: app_uid,
|
name: app_uid,
|
||||||
user: actor.type.user,
|
actor: actor,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user