This commit is contained in:
samerbam 2023-08-24 17:05:39 -04:00
parent a60025e4eb
commit c0e29081e5

View File

@ -578,6 +578,7 @@ function savePrintButtonListener(e) {
function sendPrintRequest(action, date, sentence="") { function sendPrintRequest(action, date, sentence="") {
console.log(jToken)
return fetch("/api/todos/print", { return fetch("/api/todos/print", {
method: "post", method: "post",
headers: { headers: {