type should be number

merge-requests/1/merge
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, logID: String,
moderatorID: String, moderatorID: String,
reason: String, reason: String,
type: String, type: Number,
date: Date, date: Date,
expiration: { expiration: {
date: Date, date: Date,