chore: update middleware imports/exports

This commit is contained in:
Danny Avila 2025-09-13 17:09:53 -04:00
parent f6925f906b
commit e7a9cf88ac
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 4 additions and 4 deletions

View file

@ -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