mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 02:54:13 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -68,7 +68,7 @@ export abstract class JsonPatchOperationsService<ResponseDefinitionDomain, Patch
|
||||
operationsList.children[key].body.forEach((entry) => {
|
||||
body.push(entry.operation);
|
||||
});
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
return this.getRequestInstance(requestId, endpointURL, body);
|
||||
|
Reference in New Issue
Block a user