Skip to content

Commit f5865da

Browse files
committed
fix: 1954f8-related issue
get-user-app-token was calling ll_mkdir with 'user' instead of 'actor'
1 parent 1954f86 commit f5865da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/src/routers/auth/get-user-app-token.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = eggspress('/auth/get-user-app-token', {
7676
thumbnail: app.icon,
7777
parent: await svc_fs.node(appdata_dir_sel),
7878
name: app_uid,
79-
user: actor.type.user,
79+
actor: actor,
8080
});
8181
}
8282

0 commit comments

Comments
 (0)