fix: updatedBy incorrect in documents.update response
This commit is contained in:
@ -864,6 +864,7 @@ router.post('documents.update', auth(), async ctx => {
|
||||
});
|
||||
}
|
||||
|
||||
document.updatedBy = user;
|
||||
document.collection = collection;
|
||||
|
||||
ctx.body = {
|
||||
|
Reference in New Issue
Block a user