kinabalu / obsidian-word-sprint

Obsidian Word Sprint plugin
MIT License
41 stars 6 forks source link

Update SprintRun.ts #26

Closed MalignantCarp closed 2 years ago

MalignantCarp commented 2 years ago

No need for Math.ceil() on longestStretchNotWriting and totalTimeNotWriting. These are both in seconds, and the update function already runs floor on them, so they should be whole numbers.