Skip to content

Commit

Permalink
Fix lint warning in Conversation model
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Dec 8, 2020
1 parent 1d8c7a3 commit 159e2ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/models/conversations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,7 @@ export class ConversationModel extends window.Backbone.Model<
return new window.Backbone.Collection();
}

// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
const results = this.contactCollection!.map(contact => {
if (contact.isMe()) {
return [false, contact];
Expand Down

0 comments on commit 159e2ea

Please sign in to comment.