diff --git a/sources/dicom/large_image_source_dicom/assetstore/rest.py b/sources/dicom/large_image_source_dicom/assetstore/rest.py index 1cc122195..dc6d93b0b 100644 --- a/sources/dicom/large_image_source_dicom/assetstore/rest.py +++ b/sources/dicom/large_image_source_dicom/assetstore/rest.py @@ -24,8 +24,6 @@ def _importData(self, assetstore, params): :param params: a dictionary of parameters including destinationId, destinationType, progress, and filters. """ - self.requireParams(('destinationId'), params) - user = self.getCurrentUser() destinationType = params.get('destinationType', 'folder')