Skip to content
Snippets Groups Projects
Commit e9630eb2 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Delete logs

parent 565b3e05
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!76Fix return pibpercapita
Pipeline #
......@@ -155,11 +155,9 @@ pibpercapitaApp.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
}, query, id2str.transform(false), (req, res, next) => {
console.log(req.result);
req.result.forEach((i) => {
console.log(i.total);
let value = i.total;
let res = value.toString().split(".");
i.total = res[0] + "." + res[1].toString().substring(0,3) + "," + res[1].toString().substring(4,7)
console.log(i.total);
});
next();
} ,response("pibpercapita"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment