fixed getRoomMethod api call

This commit is contained in:
mushka 2022-09-09 13:54:36 +03:00
parent c406170c29
commit 9e8d5433d4

View File

@ -27,8 +27,6 @@ export function getRoomInfo(id) {
};
return request(options).then((res) => {
res.files = decodeDisplayName(res.files);
res.folders = decodeDisplayName(res.folders);
return res;
});
}