This commit is contained in:
Diego Mello 2017-11-17 12:50:27 -02:00
parent 7270e328eb
commit 1b0e28b983
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ const messagesSchema = {
_updatedAt: { type: 'date', optional: true },
temp: { type: 'bool', optional: true },
pinned: { type: 'bool', optional: true },
starred: { type: 'bool', optional: true },
starred: { type: 'bool', optional: true }
}
};
//