feat: add tagging alerts and sorting on tags
This commit is contained in:
@@ -53,6 +53,7 @@ const rtsSchema = new mongoose.Schema({
|
||||
type: mongoose.Types.ObjectId,
|
||||
ref: "user",
|
||||
},
|
||||
taggedUsers: Array,
|
||||
});
|
||||
|
||||
export const rtsFields = Object.keys(rtsSchema.paths).filter(
|
||||
|
||||
Reference in New Issue
Block a user