mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
fix(logout.controller.js): destructure logoutUser function import from auth.service (#482)
This commit is contained in:
parent
5e3809f22c
commit
365fae58ff
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const logoutUser = require('../../services/auth.service');
|
||||
const { logoutUser } = require('../../services/auth.service');
|
||||
|
||||
const logoutController = async (req, res) => {
|
||||
const { signedCookies = {} } = req;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue