mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-05 17:21:50 +01:00
chore: remove unused mongoose import from Role model
This commit is contained in:
parent
99731e98dd
commit
8ec7781672
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ const {
|
|||
permissionsSchema,
|
||||
removeNullishValues,
|
||||
} = require('librechat-data-provider');
|
||||
const mongoose = require('mongoose');
|
||||
const { logger } = require('@librechat/data-schemas');
|
||||
const getLogStores = require('~/cache/getLogStores');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue