Skip to content

Commit

Permalink
mejoras
Browse files Browse the repository at this point in the history
  • Loading branch information
hspencer committed Jan 22, 2024
1 parent 04fb585 commit 1ab07cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function createObjects() {
let thisResult = data.query.results[key];
let lat = thisResult.printouts['Posición'][0].lat;
let lon = thisResult.printouts['Posición'][0].lon;
let author = thisResult.printouts['Autor'][0].fulltext;
let author = thisResult.printouts['Autor'][0];
let title = thisResult.fulltext;
let content = thisResult.printouts['Nota'][0];

Expand Down

0 comments on commit 1ab07cf

Please sign in to comment.