fix: 1954f8-related issue

get-user-app-token was calling ll_mkdir with 'user' instead of 'actor'
This commit is contained in:
KernelDeimos 2024-10-18 19:58:44 -04:00
parent 1954f86680
commit f5865daede

View File

@ -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,
});
}