forked from engineering/cloudservices
type should be number
parent
c1e10751e3
commit
a87e108ee6
|
@ -28,7 +28,7 @@ const Moderation: Schema = new Schema({
|
|||
logID: String,
|
||||
moderatorID: String,
|
||||
reason: String,
|
||||
type: String,
|
||||
type: Number,
|
||||
date: Date,
|
||||
expiration: {
|
||||
date: Date,
|
||||
|
|
Loading…
Reference in New Issue