fix: Rename timer to stopwatch

Closes #392
This commit is contained in:
Maksim Eltyshev
2023-02-27 19:09:51 +01:00
parent d627a5660a
commit 22ec8707ac
35 changed files with 179 additions and 161 deletions

View File

@@ -14,7 +14,7 @@ export default class extends BaseModel {
name: attr(),
description: attr(),
dueDate: attr(),
timer: attr(),
stopwatch: attr(),
isSubscribed: attr({
getDefault: () => false,
}),