mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-22 21:04:23 +08:00
update daily
This commit is contained in:
@@ -17,9 +17,10 @@ class Event {
|
||||
return b;
|
||||
});
|
||||
}
|
||||
return this.count;
|
||||
}
|
||||
|
||||
count() {
|
||||
get count() {
|
||||
return Object.keys(this.#events).length;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user