fix: sms receipt data construction

This commit is contained in:
José Oliveira 2021-10-08 11:58:21 +01:00
parent 9506b98b47
commit 154fe7affb
3 changed files with 47 additions and 45 deletions

View file

@ -233,5 +233,6 @@ module.exports = {
updateNetworkPerformance,
updateNetworkHeartbeat,
getNetworkPerformance,
getNetworkHeartbeat
getNetworkHeartbeat,
getConfig
}