stringify lun_uuid

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2021-08-05 23:13:38 -06:00
parent f6f637ebe7
commit 8540cf44de
1 changed files with 2 additions and 0 deletions

View File

@ -399,6 +399,8 @@ class SynologyHttpClient {
version: 1, version: 1,
}); });
data.src_lun_uuid = JSON.stringify(data.src_lun_uuid);
return await this.do_request("GET", "entry.cgi", data); return await this.do_request("GET", "entry.cgi", data);
} }