mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-26 13:18:51 +01:00
WIP: first pass, massive refactor of model imports
This commit is contained in:
parent
c682d45fb2
commit
ab5450be8b
53 changed files with 179 additions and 72 deletions
|
|
@ -1,4 +1,7 @@
|
|||
const { Banner, logger } = require('@librechat/data-schemas');
|
||||
const mongoose = require('mongoose');
|
||||
const { logger } = require('@librechat/data-schemas');
|
||||
|
||||
const Banner = mongoose.models.Banner;
|
||||
|
||||
/**
|
||||
* Retrieves the current active banner.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue