Skip to content
Snippets Groups Projects

Instruction number

Merged tgcl21 requested to merge instruction_number into new-indicators
10 files
+ 764
15
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -230,6 +230,7 @@ function transform(removeId=false) {
}
// Para cada objeto do resultado
req.result.forEach((obj) => {
console.log(obj),
Object.keys(obj).forEach((key) => {
// Se não há uma função especificada, retorna
if(typeof ids[key] === 'undefined') return;
Loading