Skip to content

Commit bbf188f

Browse files
committed
fix: take a break not working as intended
1 parent 195fba2 commit bbf188f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-src/scripts/main/global-services/take-a-break-reminder-s.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
let toast;
2222

2323
this.resetCounter = () => {
24-
this.lastCounterValBeforeReset = this.$rootScope.r.currentSession.timeWorkedWithoutBreak;
24+
this.lastCounterValBeforeReset = $rootScope.r.currentSession.timeWorkedWithoutBreak;
2525
$rootScope.r.currentSession.timeWorkedWithoutBreak = undefined;
2626
};
2727

0 commit comments

Comments
 (0)