Skip to content

Commit 7b91f98

Browse files
committed
chore: cleanup comments in userAuth.controller.js
1 parent 4978c6b commit 7b91f98

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/controllers/userAuth.controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const { loginSchema, signupSchema, userSignupSchema, resetPasswordSchema, onlyEm
99
const { getConnection } = require('../utils/connection.manager');
1010
const { getCompiledModel } = require('../utils/injectModel');
1111

12-
// No longer using getAuthCollection, using getCompiledModel directly in handlers
1312

1413
// POST REQ FOR SIGNUP
1514
module.exports.signup = async (req, res) => {

0 commit comments

Comments
 (0)