slight fixes not fixed

This commit is contained in:
2026-04-10 19:38:37 +00:00
parent 1017ef6ae7
commit 621275c4bd
3 changed files with 861 additions and 9 deletions

View File

@@ -875,12 +875,3 @@ mongoose.model('StaffSignature', new mongoose.Schema({
tagline: { type: String, default: '' },
updatedAt: { type: Date, default: Date.now }
}));
mongoose.model('StaffSignature', new mongoose.Schema({
userId: { type: String, required: true, unique: true },
guildId: { type: String, required: true },
valediction: { type: String, default: '' },
displayName: { type: String, default: '' },
tagline: { type: String, default: '' },
updatedAt: { type: Date, default: Date.now }
}));