mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
refactor: type improvements (#751)
This commit is contained in:
@@ -10,8 +10,6 @@ export class SimpleTimer {
|
||||
private startedAt: number | null = null;
|
||||
private pausedAt: number | null = null;
|
||||
|
||||
constructor() {}
|
||||
|
||||
public reset() {
|
||||
this.state = {
|
||||
duration: 0,
|
||||
|
||||
Reference in New Issue
Block a user