lint fix
This commit is contained in:
parent
7270e328eb
commit
1b0e28b983
|
@ -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 }
|
||||
}
|
||||
};
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue