Remove unnecessary disables of consistent-return
lint rule
This commit is contained in:
parent
f937eba94e
commit
fda21edd23
6 changed files with 1 additions and 12 deletions
|
@ -660,7 +660,6 @@ async function fetchManifest(
|
|||
}
|
||||
|
||||
try {
|
||||
// eslint-disable-next-line consistent-return
|
||||
return decryptManifest(encryptedManifest);
|
||||
} catch (err) {
|
||||
await stopStorageServiceSync();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue