chore: remove unused mongoose imports from Message model and message routes

This commit is contained in:
Danny Avila 2025-05-30 14:39:49 -04:00
parent 494c6d2596
commit 4ae1d82a75
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
const express = require('express');
const mongoose = require('mongoose');
const { logger } = require('@librechat/data-schemas');
const { ContentTypes } = require('librechat-data-provider');
const {