Skip to content

Commit

Permalink
temporaryly adding logging
Browse files Browse the repository at this point in the history
  • Loading branch information
LordFarquaadtheCreator committed Jun 19, 2024
1 parent b55201f commit b144a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/projectsDB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ async function startServer() {
VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9)`;
try {
const values: Array<any> = Object.values(req.body);
console.log(values);
await queryDatabase(client, query, values);
await synchronizeLocal(client);
return res.status(200).json({ message: "Project added successfully" });
Expand Down

0 comments on commit b144a38

Please sign in to comment.