Fixed TSLint errors

This commit is contained in:
Lotte Hofstede
2018-04-13 15:31:26 +02:00
parent e56ea2aff8
commit 790ca4bc79
2 changed files with 1 additions and 5 deletions

View File

@@ -81,8 +81,4 @@ export class PaginatedList<T> {
set last(last: string) {
this.pageInfo.last = last;
}
}