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