Cleaning up User Model.

This commit is contained in:
rainbow napkin 2024-12-15 19:59:00 -05:00
parent 1bf89e62e7
commit 5ad1c99ead
19 changed files with 23 additions and 26 deletions

View file

@ -16,7 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
//local imports
const {exceptionHandler, errorHandler} = require('../../../utils/loggerUtils');
const {userModel} = require('../../../schemas/userSchema');
const userModel = require('../../../schemas/userSchema');
//api list account functions
module.exports.get = async function(req, res){