Update proclamation

merge-requests/17/head
Sterben 2021-02-14 19:10:46 -05:00
parent d5eb391ec6
commit 0ae20add1b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const Proclamation = new Schema({
oID: { type: String, required: true, unique: true },
voteResults: {
yea: Number,
Nay: Number,
nay: Number,
},
acceptedAt: Number,
});