Design token updates.
This commit is contained in:
parent
de3bcc479a
commit
c6b970a621
13 changed files with 198 additions and 211 deletions
|
|
@ -13,7 +13,7 @@ const wikiArticleSchema = new mongoose.Schema(
|
|||
lastSyncedAt: Date,
|
||||
outlineUpdatedAt: Date
|
||||
},
|
||||
{ timestamps: true }
|
||||
{ timestamps: true, suppressReservedKeysWarning: true }
|
||||
)
|
||||
|
||||
export default mongoose.models.WikiArticle ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue