Skip to content

Commit eb6658d

Browse files
author
hackermd
committed
Merge branch 'feature/annotations' of github:dcmjs-org/dicom-microscopy-viewer into feature/annotations
2 parents 62962f8 + cc5adb3 commit eb6658d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ client.searchForInstances(searchInstanceOptions).then((instances) => {
6868
}
6969
return(Promise.all(promises));
7070
}).then(metadata => {
71-
metadata = metadata.filter(m => m);
7271
const viewer = new DICOMMicroscopyViewer.api.DICOMMicroscopyViewer({
7372
client,
7473
metadata

0 commit comments

Comments
 (0)