Logical error fixed
This commit is contained in:
parent
247508f7e3
commit
c7a82c00f2
|
@ -185,6 +185,7 @@ addService(({
|
|||
})
|
||||
};
|
||||
let value = APIPAddress.lock(client);
|
||||
client.APIPAddress = value;
|
||||
end({
|
||||
status : "success",
|
||||
ip : value
|
||||
|
@ -199,6 +200,7 @@ addService(({
|
|||
})
|
||||
};
|
||||
let value = APNumber.lock(client);
|
||||
client.APNumber = value;
|
||||
end({
|
||||
status : "success",
|
||||
number : value
|
||||
|
@ -213,6 +215,7 @@ addService(({
|
|||
})
|
||||
};
|
||||
let value = APShortCode.lock(client);
|
||||
client.APShortCode = value;
|
||||
end({
|
||||
status : "success",
|
||||
code : value
|
||||
|
|
Loading…
Reference in New Issue