mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
fixed lint errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { autoserialize, autoserializeAs } from "cerialize";
|
||||
import { autoserialize, autoserializeAs } from 'cerialize';
|
||||
|
||||
/**
|
||||
* Represents the state of a paginated response
|
||||
@@ -27,4 +27,5 @@ export class PageInfo {
|
||||
*/
|
||||
@autoserializeAs(Number, 'number')
|
||||
currentPage: number;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user