Remove unused eslint-disables

This commit is contained in:
Evan Hahn 2022-06-03 21:07:51 +00:00 committed by GitHub
parent 63189f3f91
commit f50a6abe36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 68 additions and 142 deletions

View file

@ -1,7 +1,6 @@
// Copyright 2020-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
/* eslint-disable no-nested-ternary */
/* eslint-disable no-bitwise */
/* eslint-disable max-classes-per-file */
@ -805,7 +804,6 @@ export default class MessageSender {
return;
}
// eslint-disable-next-line no-param-reassign
itemAvatar.attachmentPointer = await this.makeAttachmentPointer(
attachment
);