Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Mar 27, 2024
1 parent 8ca4305 commit ed13b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/static/dist/js/apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ document.getElementById("assistantButton").addEventListener("click", function ()
suggestion_container.innerHTML = type_suggestion;

apollo_api.get("v1/relations", null, { token: prompt }).then(data => {
console.log(data);
for (let i = 0; i++; i < data.length) {
console.log(data[i])
}
Expand Down

0 comments on commit ed13b1c

Please sign in to comment.