Skip to content

Commit 13593ef

Browse files
committed
[DSC-2787] fix script name
1 parent 70c0870 commit 13593ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/data/processes/script-data.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const BATCH_IMPORT_SCRIPT_NAME = 'import';
3434
export const BATCH_EXPORT_SCRIPT_NAME = 'export';
3535
export const ITEM_EXPORT_SCRIPT_NAME = 'item-export';
3636
export const BULK_ITEM_EXPORT_SCRIPT_NAME = 'bulk-item-export';
37-
export const DSPACE_OBJECT_DELETION_SCRIPT_NAME = 'dspace-object-deletion';
37+
export const DSPACE_OBJECT_DELETION_SCRIPT_NAME = 'object-deletion';
3838

3939
@Injectable({ providedIn: 'root' })
4040
export class ScriptDataService extends IdentifiableDataService<Script> implements FindAllData<Script> {

0 commit comments

Comments
 (0)