mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 22:40:20 +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,
|
||||
parent: await svc_fs.node(appdata_dir_sel),
|
||||
name: app_uid,
|
||||
user: actor.type.user,
|
||||
actor: actor,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user