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