fix: parse session age as seconds inside file store #91
Annotations
3 errors
|
src/stores/file.ts#L103
Replace `(string.seconds.parse(this.#age)·*·1000)` with `string.seconds.parse(this.#age)·*·1000`
|
|
This job failed
Loading