mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-09-06 23:55:13 -05:00
fixed a few typos
This commit is contained in:
committed by
jay.poff@outlook.com
parent
98bc104ef0
commit
b1bc72d33e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user