mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Fix linting
This commit is contained in:
@@ -253,7 +253,7 @@ export default class AutofillService implements AutofillServiceInterface {
|
|||||||
cipher = await this.cipherService.getLastUsedForUrl(tab.url, true);
|
cipher = await this.cipherService.getLastUsedForUrl(tab.url, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cipher === null) {
|
if (cipher == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user