Fix lint warning in Conversation model
This commit is contained in:
parent
1d8c7a368e
commit
159e2eae55
1 changed files with 1 additions and 0 deletions
|
@ -1844,6 +1844,7 @@ export class ConversationModel extends window.Backbone.Model<
|
||||||
return new window.Backbone.Collection();
|
return new window.Backbone.Collection();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
||||||
const results = this.contactCollection!.map(contact => {
|
const results = this.contactCollection!.map(contact => {
|
||||||
if (contact.isMe()) {
|
if (contact.isMe()) {
|
||||||
return [false, contact];
|
return [false, contact];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue