1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

fix param bug (#8134)

Co-authored-by: 小强 <shuntian@Mac.lan>
This commit is contained in:
杨顺强
2025-08-14 14:07:10 +08:00
committed by GitHub
parent 733bc5ef6b
commit cb6ba6c772

View File

@@ -38,7 +38,7 @@ class SocketClient {
getParams = (payload = {}) => {
const { docUuid, user } = this.config;
return {
docUuid,
doc_uuid: docUuid,
user,
...payload,
};