mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Add types to Timer
This commit is contained in:
parent
1df0a82c64
commit
bca45a1ad4
@ -59,7 +59,7 @@ export default class Timer {
|
||||
}
|
||||
}
|
||||
|
||||
changeTimeout(timeout) {
|
||||
changeTimeout(timeout: number) {
|
||||
if (timeout === this.timeout) {
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user