Process of format fixing
This commit is contained in:
@@ -3,7 +3,7 @@ import { Schema, model } from "mongoose"
|
||||
const guildAppSchema = new Schema({
|
||||
_id: Schema.Types.ObjectId,
|
||||
userID: { type: String, required: true },
|
||||
uuid: { type: String, required: true },
|
||||
uuid: { type: String, required: true }
|
||||
})
|
||||
|
||||
export = model("guildapp", guildAppSchema, "guildapp")
|
||||
|
||||
Reference in New Issue
Block a user