1
0
Fork 0

type should be number

refactor/models
Matthew 2019-10-27 23:54:55 -04:00
parent c1e10751e3
commit a87e108ee6
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const Moderation: Schema = new Schema({
logID: String,
moderatorID: String,
reason: String,
type: String,
type: Number,
date: Date,
expiration: {
date: Date,