👐 refactor: Fix formatting in userSchema.js

This commit is contained in:
Ruben Talstra 2025-02-22 14:31:07 +01:00
parent b4b574e328
commit 4914ef5226
No known key found for this signature in database
GPG key ID: 2A5A7174A60F3BEA

View file

@ -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(