Skip to content

Commit

Permalink
Remove console message
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-mayank committed Sep 13, 2024
1 parent 0e01801 commit eb07247
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion khelo/functions/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ exports.fiveMinuteCron = (0, scheduler.onSchedule)({timeZone: exports.TIMEZONE,
exports.sendSupportRequest = onCall({region: "asia-south1"}, async (request) => {
const data = request.data;
try {
console.log("Sending support request mail....");
await db.collection("support_requests")
.add({
to: ["sidhdhi.p@canopas.com", "mayank.v@canopas.com"],
Expand Down

0 comments on commit eb07247

Please sign in to comment.