mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
Fix lint warning with recent merge (#70)
This commit is contained in:
parent
fea1c9ada4
commit
118bdb20b6
@ -22,7 +22,7 @@ export class OnePassword1PifImporter extends BaseImporter implements Importer {
|
||||
return;
|
||||
}
|
||||
const item = JSON.parse(line);
|
||||
if(item.trashed === true) {
|
||||
if (item.trashed === true) {
|
||||
return;
|
||||
}
|
||||
const cipher = this.initLoginCipher();
|
||||
|
Loading…
Reference in New Issue
Block a user