From 0ae20add1b3e78ca1c90b1b0f0e69cad7fd29d41 Mon Sep 17 00:00:00 2001 From: Sterben Date: Sun, 14 Feb 2021 19:10:46 -0500 Subject: [PATCH] Update proclamation --- src/models/proclamation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });