diff --git a/src/models/proclamation b/src/models/proclamation index fa0b9fb..df3cc6b 100644 --- a/src/models/proclamation +++ b/src/models/proclamation @@ -21,7 +21,7 @@ const Proclamation = new Schema({ oID: { type: String, required: true, unique: true }, voteResults: { yea: Number, - Nay: Number, + nay: Number, }, acceptedAt: Number, });