Skip to content

Commit

Permalink
got rid of process to run sqlite queries now
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Feb 15, 2024
1 parent 431047a commit 6edcfbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -10825,9 +10825,9 @@
}
,
function(response) {
debugger
let resp = JSON.parse(response)
returnfn(response)
debugger
returnfn(resp)
})

})
Expand Down

0 comments on commit 6edcfbe

Please sign in to comment.