Skip to content

Commit 501743e

Browse files
committed
fix db connection and jdoodle connection
1 parent 0520c2e commit 501743e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Routers/execute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ router.post("/", async (req, res) => {
1818
clientId: clientId,
1919
clientSecret: clientSecret,
2020
};
21-
console.log("Execute Called:", program);
21+
console.log("Execute Called:", JSON.stringify(program));
2222
try {
2323

2424
const response = await axios({

0 commit comments

Comments
 (0)