removed unwanted check on import

This commit is contained in:
Andre Rosado 2024-05-03 17:05:47 +01:00
parent f4a180ece2
commit ac957fd0bc
No known key found for this signature in database
GPG Key ID: 99F68267CCD45AA9
1 changed files with 0 additions and 4 deletions

View File

@ -448,10 +448,6 @@ export class ImportService implements ImportServiceAbstraction {
throw new Error(this.i18nService.t("errorAssigningTargetCollection"));
}
if (!targetCollection) {
return;
}
const noCollectionRelationShips: [number, number][] = [];
importResult.ciphers.forEach((c, index) => {
if (