diff --git a/backend/controllers/institute.js b/backend/controllers/institute.js index e3251df..27aef06 100644 --- a/backend/controllers/institute.js +++ b/backend/controllers/institute.js @@ -5,6 +5,7 @@ const getPatients = async (req, res) => { try { + //test const instituteId = req.uid; if (!instituteId)