Skip to content

Commit

Permalink
suggesr
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Mar 27, 2024
1 parent a1e2406 commit be39ffb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/static/dist/js/apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ document.getElementById("assistantButton").addEventListener("click", function ()

suggestion_container.innerHTML = type_suggestion;

let other_suggestions = ""

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

0 comments on commit be39ffb

Please sign in to comment.