Skip to content

Commit

Permalink
Bug: console.log statement in ChatBox component
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-abuke committed May 15, 2024
1 parent 4fd2eb4 commit 62b3bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default function ChatBox() {

const query = await axios.post(saveOrCreateUrl(query_params), query_params)

console.log("The Query is :: " + query);
console.log("The Query is :: ", query);

// Example usage:
// const sqlQuery = `SELECT "City name", SUM("Views by Date") AS total_views FROM "Cities" GROUP BY "City name" ORDER BY total_views DESC LIMIT 10;`;
Expand Down

0 comments on commit 62b3bc5

Please sign in to comment.