]> PHS Git Server - phs-api.git/commitdiff
Adding auth, media, and messaging.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 07:12:04 +0000 (02:12 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 07:12:04 +0000 (02:12 -0500)
src/controllers/user.controller.js

index 4eef016204ac26fac660fd5f0305e35ab6de7951..d1464e72643470dd33aae88c5b3427d8e39e90fe 100644 (file)
@@ -4,7 +4,6 @@
 
 const db = require('../models');
 const createError = require('http-errors');
-const logger = global.logger;
 
 /**
  * User controller