mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 02:40:14 +01:00
chore: update middleware imports/exports
This commit is contained in:
parent
f6925f906b
commit
e7a9cf88ac
3 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const { logger } = require('@librechat/data-schemas');
|
||||
const { SystemRoles } = require('librechat-data-provider');
|
||||
const { logger } = require('~/config');
|
||||
|
||||
/**
|
||||
* Middleware to check if authenticated user has admin role
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue