Remove unnecessary disables of consistent-return lint rule

This commit is contained in:
Evan Hahn 2021-09-16 15:25:55 -05:00 committed by GitHub
parent f937eba94e
commit fda21edd23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1 additions and 12 deletions

View file

@ -660,7 +660,6 @@ async function fetchManifest(
}
try {
// eslint-disable-next-line consistent-return
return decryptManifest(encryptedManifest);
} catch (err) {
await stopStorageServiceSync();