Skip to content

Commit

Permalink
Merge pull request #549 from HackIllinois/sneh/pullRequest
Browse files Browse the repository at this point in the history
made test pull request
  • Loading branch information
sruthisun1 authored Oct 13, 2024
2 parents 5019367 + 4d9fa34 commit ea996e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ProfileViewModel : ViewModel() {
isTimerRunning = true
}
}

// test pr comment
fun stopTimer() {
if (isTimerRunning && ::timerObj.isInitialized) {
timerObj.cancel()
Expand Down

0 comments on commit ea996e4

Please sign in to comment.