Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-mayank committed Sep 11, 2024
1 parent 411ca32 commit a170a6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions khelo/functions/src/mail/mail_service.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const {onCall} = require("firebase-functions/v2/https");

exports.sendSupportRequest = onCall({ region: "asia-south1"}, async (request) => {

const db = admin.firestore();
Expand Down

0 comments on commit a170a6a

Please sign in to comment.