Skip to content

Commit

Permalink
apollo
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Mar 26, 2024
1 parent 64362ac commit 10437bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/static/dist/js/apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ document.getElementById("assistantButton").addEventListener("click", function ()

console.log(data);


let type_suggestion = `
<div class="card">
<div class="card-body">
Expand All @@ -35,5 +35,6 @@ document.getElementById("assistantButton").addEventListener("click", function ()
console.error(`Error occurred: ${err}`);
}
);
}
);

0 comments on commit 10437bc

Please sign in to comment.