1
0

fix lint errors

This commit is contained in:
Art Lowel
2020-02-17 18:01:55 +01:00
parent c5e8074040
commit 08dedb2dc3
14 changed files with 55 additions and 41 deletions

View File

@@ -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
};