mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
✉️ fix: Fallback For User Name In Email Templates (#6620)
This commit is contained in:
parent
c381fc3ff0
commit
d60f2ed50b
2 changed files with 11 additions and 4 deletions
|
@ -765,12 +765,19 @@
|
|||
* @typedef {import('mongoose').Schema} MongooseSchema
|
||||
* @memberof typedefs
|
||||
*/
|
||||
|
||||
/**
|
||||
* @exports MongoFile
|
||||
* @typedef {import('@librechat/data-schemas').IMongoFile} MongoFile
|
||||
* @memberof typedefs
|
||||
*/
|
||||
|
||||
/**
|
||||
* @exports MongoUser
|
||||
* @typedef {import('@librechat/data-schemas').IUser} MongoUser
|
||||
* @memberof typedefs
|
||||
*/
|
||||
|
||||
/**
|
||||
* @exports ObjectId
|
||||
* @typedef {import('mongoose').Types.ObjectId} ObjectId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue