This commit is contained in:
Peter Maquiran
2021-07-23 10:35:53 +01:00
parent 875229b2dc
commit 7b2e16b200
10 changed files with 36 additions and 35 deletions
@@ -34,7 +34,7 @@ export class ToDayEventStorageService {
get count() {
return this._count
}
set count(value) {
set count(value: number) {
this._count = value
}