1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

null check collection ids filter

This commit is contained in:
Kyle Spearrin
2018-09-11 08:45:40 -04:00
parent 71ab6ffab7
commit 39f615d5d7
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import * as fs from 'fs';
import * as path from 'path';
import { Organization } from 'jslib/models/domain/organization';
import { CipherView } from 'jslib/models/view/cipherView';
import { CollectionView } from 'jslib/models/view/collectionView';
import { FolderView } from 'jslib/models/view/folderView';