fixed a few typos

This commit is contained in:
CaramelKat
2020-04-26 04:33:49 -05:00
committed by jay.poff@outlook.com
parent 98bc104ef0
commit b1bc72d33e

View File

@@ -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,