mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
fixed lint errors
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { SortOptions } from "../cache/models/sort-options.model";
|
||||
import { PaginationComponentOptions } from "../../shared/pagination/pagination-component-options.model";
|
||||
import { GenericConstructor } from "../shared/generic-constructor";
|
||||
import { SortOptions } from '../cache/models/sort-options.model';
|
||||
import { PaginationComponentOptions } from '../../shared/pagination/pagination-component-options.model';
|
||||
import { GenericConstructor } from '../shared/generic-constructor';
|
||||
|
||||
/* tslint:disable:max-classes-per-file */
|
||||
export class Request<T> {
|
||||
constructor(
|
||||
public href: string,
|
||||
@@ -36,3 +37,4 @@ export class FindAllRequest<T> extends Request<T> {
|
||||
export class RequestError extends Error {
|
||||
statusText: string;
|
||||
}
|
||||
/* tslint:enable:max-classes-per-file */
|
||||
|
Reference in New Issue
Block a user