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
+2 -1
View File
@@ -33,7 +33,8 @@ export class DespachoStoreService {
get count() {
return this._count
}
set count(value) {
set count(value: number) {
this._count = value
}