Added queue debugging.

This commit is contained in:
rainbow napkin 2025-10-25 09:46:28 -04:00
parent db3ec58ad9
commit f95a0ae48c
6 changed files with 68 additions and 4 deletions

View file

@ -100,6 +100,12 @@ const permissionSchema = new mongoose.Schema({
type: channelPermissionSchema,
default: () => ({})
},
debug: {
type: mongoose.SchemaTypes.String,
enum: rankEnum,
default: "admin",
required: true
},
});
//Statics