mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +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 },
|
publicKey: { type: Buffer, required: true },
|
||||||
counter: { type: Number, default: 0 },
|
counter: { type: Number, default: 0 },
|
||||||
transports: { type: [String], default: [] },
|
transports: { type: [String], default: [] },
|
||||||
});
|
});
|
||||||
|
|
||||||
/** @type {MongooseSchema<MongoUser>} */
|
/** @type {MongooseSchema<MongoUser>} */
|
||||||
const userSchema = mongoose.Schema(
|
const userSchema = mongoose.Schema(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue