Design token updates.
This commit is contained in:
parent
de3bcc479a
commit
c6b970a621
13 changed files with 198 additions and 211 deletions
|
|
@ -27,5 +27,6 @@ export default defineEventHandler(async (event) => {
|
|||
notifications: member.notifications,
|
||||
privacy: member.privacy,
|
||||
createdAt: member.createdAt,
|
||||
onboarding: member.onboarding,
|
||||
};
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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