mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
👐 refactor: Fix formatting in userSchema.js
This commit is contained in:
parent
b4b574e328
commit
4914ef5226
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ const passkeySchema = mongoose.Schema({
|
|||
publicKey: { type: Buffer, required: true },
|
||||
counter: { type: Number, default: 0 },
|
||||
transports: { type: [String], default: [] },
|
||||
});
|
||||
});
|
||||
|
||||
/** @type {MongooseSchema<MongoUser>} */
|
||||
const userSchema = mongoose.Schema(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue