mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
fix lint errors
This commit is contained in:
@@ -62,7 +62,6 @@ export class DSpaceObject extends ListableObject implements CacheableObject {
|
||||
* A shorthand to set this DSpaceObject's self link
|
||||
*/
|
||||
set self(v: string) {
|
||||
debugger;
|
||||
this._links.self = {
|
||||
href: v
|
||||
};
|
||||
|
Reference in New Issue
Block a user