ESLint: allow for..of

This commit is contained in:
Evan Hahn 2021-08-26 13:18:00 -05:00 committed by GitHub
parent ff4aa228f6
commit 9e9a815a2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 6 additions and 57 deletions

View file

@ -45,7 +45,6 @@ export function migrateLegacySendAttributes(
return undefined;
}
/* eslint-disable no-restricted-syntax */
const pendingSendState: SendState = {
status: SendStatus.Pending,
updatedAt: message.sent_at,
@ -129,7 +128,6 @@ export function migrateLegacySendAttributes(
}
return sendStateByConversationId;
/* eslint-enable no-restricted-syntax */
}
function getConversationIdsFromErrors(