From: charleswrayjr Date: Sat, 13 Sep 2025 07:12:04 +0000 (-0500) Subject: Adding auth, media, and messaging. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=b12176370bbad1641ee012cf913cb5ba0abf0dff;p=phs-api.git Adding auth, media, and messaging. --- diff --git a/src/controllers/user.controller.js b/src/controllers/user.controller.js index 4eef016..d1464e7 100644 --- a/src/controllers/user.controller.js +++ b/src/controllers/user.controller.js @@ -4,7 +4,6 @@ const db = require('../models'); const createError = require('http-errors'); -const logger = global.logger; /** * User controller