Skip to content

Commit

Permalink
fix db connection and jdoodle connection
Browse files Browse the repository at this point in the history
  • Loading branch information
souravrax committed Nov 6, 2024
1 parent 0520c2e commit 501743e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Routers/execute.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ router.post("/", async (req, res) => {
clientId: clientId,
clientSecret: clientSecret,
};
console.log("Execute Called:", program);
console.log("Execute Called:", JSON.stringify(program));
try {

const response = await axios({
Expand Down

0 comments on commit 501743e

Please sign in to comment.