refactor: rename GoTomatoTimerConfig to GoTomatoPomodoroConfig
🤖
This commit is contained in:
parent
f098c1f6bf
commit
9149b1a78e
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"sync"
|
||||
)
|
||||
|
||||
var PomodoroConfig = models.GoTomatoTimerConfig{
|
||||
var PomodoroConfig = models.GoTomatoPomodoroConfig{
|
||||
Work: 15 * 60,
|
||||
ShortBreak: 5 * 60,
|
||||
LongBreak: 10 * 60,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue