1
0
mirror of synced 2024-12-04 19:17:58 +01:00
This commit is contained in:
ghkkk090 2022-08-16 14:07:47 +07:00
parent 4b94e2f85f
commit 3cb0cc15b5
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -261,7 +261,6 @@ export default class GhostModule extends Module {
// Get the request body for the load ghost drive data request
let body = wm.wm.protobuf.LoadGhostDriveDataRequest.decode(req.body);
console.log(body);
// Get the path value from request body
let path = body.path;