From b1bc72d33ee86afaa19f4c32b83b10c00913c37a Mon Sep 17 00:00:00 2001 From: CaramelKat <32065563+caramelkat@users.noreply.github.com> Date: Sun, 26 Apr 2020 04:33:49 -0500 Subject: [PATCH] fixed a few typos --- src/models/communities.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/models/communities.js b/src/models/communities.js index 31023c9..166ed05 100644 --- a/src/models/communities.js +++ b/src/models/communities.js @@ -15,10 +15,13 @@ const CommunitySchema = new Schema({ }, icon: String, title_ids: { - type: [Number], + type: [String], + default: undefined + }, + title_id: { + type: [String], default: undefined }, - title_id: String, community_id: String, is_recommended: { type: Number,