Skip to content

Commit

Permalink
Fixed standup picker subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoffmann committed Jan 29, 2018
1 parent 9fe1888 commit b699986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/standup-picker/standup-picker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ export class StandupPickerComponent implements OnInit, OnDestroy {
if (this.shuffleSubscription) {
this.shuffleSubscription.unsubscribe();
}
if (this.standupSoundTimerSubscription) {
this.standupSoundTimerSubscription.unsubscribe();
}
}

triggerPicker(): void {
Expand Down

0 comments on commit b699986

Please sign in to comment.