Skip to content

Commit 7aa886d

Browse files
committed
fix: actor param in legacy /write
1 parent a295420 commit 7aa886d

File tree

1 file changed

+1
-0
lines changed
  • src/backend/src/routers/filesystem_api

1 file changed

+1
-0
lines changed

src/backend/src/routers/filesystem_api/write.js

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ module.exports = eggspress(['/up', '/write'], {
187187
req.body.create_missing_parents
188188
),
189189

190+
actor: req.actor,
190191
user: req.user,
191192
file: uploaded_file,
192193

0 commit comments

Comments
 (0)