mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Add type
This commit is contained in:
@@ -34,7 +34,7 @@ export class ToDayEventStorageService {
|
||||
get count() {
|
||||
return this._count
|
||||
}
|
||||
set count(value) {
|
||||
set count(value: number) {
|
||||
this._count = value
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user