mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Fix lint warning with recent merge (#70)
This commit is contained in:
@@ -22,7 +22,7 @@ export class OnePassword1PifImporter extends BaseImporter implements Importer {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const item = JSON.parse(line);
|
const item = JSON.parse(line);
|
||||||
if(item.trashed === true) {
|
if (item.trashed === true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const cipher = this.initLoginCipher();
|
const cipher = this.initLoginCipher();
|
||||||
|
|||||||
Reference in New Issue
Block a user